@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-07-09T19:17:58.077Z") @Stability(value=Stable) public class CfnStackSetConstraint extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnStackSetConstraint.Builder
A fluent builder for
CfnStackSetConstraint. |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$ProxyIConstruct.Jsii$Default| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnStackSetConstraint(Construct scope,
String id,
CfnStackSetConstraintProps props)
Create a new `AWS::ServiceCatalog::StackSetConstraint`.
|
protected |
CfnStackSetConstraint(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnStackSetConstraint(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAcceptLanguage()
`AWS::ServiceCatalog::StackSetConstraint.AcceptLanguage`.
|
List<String> |
getAccountList()
`AWS::ServiceCatalog::StackSetConstraint.AccountList`.
|
String |
getAdminRole()
`AWS::ServiceCatalog::StackSetConstraint.AdminRole`.
|
protected Map<String,Object> |
getCfnProperties() |
String |
getDescription()
`AWS::ServiceCatalog::StackSetConstraint.Description`.
|
String |
getExecutionRole()
`AWS::ServiceCatalog::StackSetConstraint.ExecutionRole`.
|
String |
getPortfolioId()
`AWS::ServiceCatalog::StackSetConstraint.PortfolioId`.
|
String |
getProductId()
`AWS::ServiceCatalog::StackSetConstraint.ProductId`.
|
List<String> |
getRegionList()
`AWS::ServiceCatalog::StackSetConstraint.RegionList`.
|
String |
getStackInstanceControl()
`AWS::ServiceCatalog::StackSetConstraint.StackInstanceControl`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setAcceptLanguage(String value)
`AWS::ServiceCatalog::StackSetConstraint.AcceptLanguage`.
|
void |
setAccountList(List<String> value)
`AWS::ServiceCatalog::StackSetConstraint.AccountList`.
|
void |
setAdminRole(String value)
`AWS::ServiceCatalog::StackSetConstraint.AdminRole`.
|
void |
setDescription(String value)
`AWS::ServiceCatalog::StackSetConstraint.Description`.
|
void |
setExecutionRole(String value)
`AWS::ServiceCatalog::StackSetConstraint.ExecutionRole`.
|
void |
setPortfolioId(String value)
`AWS::ServiceCatalog::StackSetConstraint.PortfolioId`.
|
void |
setProductId(String value)
`AWS::ServiceCatalog::StackSetConstraint.ProductId`.
|
void |
setRegionList(List<String> value)
`AWS::ServiceCatalog::StackSetConstraint.RegionList`.
|
void |
setStackInstanceControl(String value)
`AWS::ServiceCatalog::StackSetConstraint.StackInstanceControl`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdgetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnStackSetConstraint(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnStackSetConstraint(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnStackSetConstraint(@NotNull
Construct scope,
@NotNull
String id,
@NotNull
CfnStackSetConstraintProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public List<String> getAccountList()
@Stability(value=Stable)
public void setAccountList(@NotNull
List<String> value)
@Stability(value=Stable) @NotNull public String getAdminRole()
@Stability(value=Stable)
public void setAdminRole(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getDescription()
@Stability(value=Stable)
public void setDescription(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getExecutionRole()
@Stability(value=Stable)
public void setExecutionRole(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getPortfolioId()
@Stability(value=Stable)
public void setPortfolioId(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getProductId()
@Stability(value=Stable)
public void setProductId(@NotNull
String value)
@Stability(value=Stable) @NotNull public List<String> getRegionList()
@Stability(value=Stable)
public void setRegionList(@NotNull
List<String> value)
@Stability(value=Stable) @NotNull public String getStackInstanceControl()
@Stability(value=Stable)
public void setStackInstanceControl(@NotNull
String value)
@Stability(value=Stable) @Nullable public String getAcceptLanguage()
@Stability(value=Stable)
public void setAcceptLanguage(@Nullable
String value)
Copyright © 2021. All rights reserved.