@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:50.249Z") @Stability(value=Stable) public class CfnStackSet extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static interface |
CfnStackSet.AutoDeploymentProperty |
static class |
CfnStackSet.Builder
A fluent builder for
CfnStackSet. |
static interface |
CfnStackSet.DeploymentTargetsProperty |
static interface |
CfnStackSet.OperationPreferencesProperty |
static interface |
CfnStackSet.ParameterProperty |
static interface |
CfnStackSet.StackInstancesProperty |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| 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 |
|---|---|
|
CfnStackSet(software.constructs.Construct scope,
String id,
CfnStackSetProps props)
Create a new `AWS::CloudFormation::StackSet`.
|
protected |
CfnStackSet(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnStackSet(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdministrationRoleArn()
`AWS::CloudFormation::StackSet.AdministrationRoleARN`.
|
String |
getAttrStackSetId() |
Object |
getAutoDeployment()
`AWS::CloudFormation::StackSet.AutoDeployment`.
|
String |
getCallAs()
`AWS::CloudFormation::StackSet.CallAs`.
|
List<String> |
getCapabilities()
`AWS::CloudFormation::StackSet.Capabilities`.
|
protected Map<String,Object> |
getCfnProperties() |
String |
getDescription()
`AWS::CloudFormation::StackSet.Description`.
|
String |
getExecutionRoleName()
`AWS::CloudFormation::StackSet.ExecutionRoleName`.
|
Object |
getOperationPreferences()
`AWS::CloudFormation::StackSet.OperationPreferences`.
|
Object |
getParameters()
`AWS::CloudFormation::StackSet.Parameters`.
|
String |
getPermissionModel()
`AWS::CloudFormation::StackSet.PermissionModel`.
|
Object |
getStackInstancesGroup()
`AWS::CloudFormation::StackSet.StackInstancesGroup`.
|
String |
getStackSetName()
`AWS::CloudFormation::StackSet.StackSetName`.
|
TagManager |
getTags()
`AWS::CloudFormation::StackSet.Tags`.
|
String |
getTemplateBody()
`AWS::CloudFormation::StackSet.TemplateBody`.
|
String |
getTemplateUrl()
`AWS::CloudFormation::StackSet.TemplateURL`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setAdministrationRoleArn(String value)
`AWS::CloudFormation::StackSet.AdministrationRoleARN`.
|
void |
setAutoDeployment(CfnStackSet.AutoDeploymentProperty value)
`AWS::CloudFormation::StackSet.AutoDeployment`.
|
void |
setAutoDeployment(IResolvable value)
`AWS::CloudFormation::StackSet.AutoDeployment`.
|
void |
setCallAs(String value)
`AWS::CloudFormation::StackSet.CallAs`.
|
void |
setCapabilities(List<String> value)
`AWS::CloudFormation::StackSet.Capabilities`.
|
void |
setDescription(String value)
`AWS::CloudFormation::StackSet.Description`.
|
void |
setExecutionRoleName(String value)
`AWS::CloudFormation::StackSet.ExecutionRoleName`.
|
void |
setOperationPreferences(CfnStackSet.OperationPreferencesProperty value)
`AWS::CloudFormation::StackSet.OperationPreferences`.
|
void |
setOperationPreferences(IResolvable value)
`AWS::CloudFormation::StackSet.OperationPreferences`.
|
void |
setParameters(IResolvable value)
`AWS::CloudFormation::StackSet.Parameters`.
|
void |
setParameters(List<Object> value)
`AWS::CloudFormation::StackSet.Parameters`.
|
void |
setPermissionModel(String value)
`AWS::CloudFormation::StackSet.PermissionModel`.
|
void |
setStackInstancesGroup(IResolvable value)
`AWS::CloudFormation::StackSet.StackInstancesGroup`.
|
void |
setStackInstancesGroup(List<Object> value)
`AWS::CloudFormation::StackSet.StackInstancesGroup`.
|
void |
setStackSetName(String value)
`AWS::CloudFormation::StackSet.StackSetName`.
|
void |
setTemplateBody(String value)
`AWS::CloudFormation::StackSet.TemplateBody`.
|
void |
setTemplateUrl(String value)
`AWS::CloudFormation::StackSet.TemplateURL`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnStackSet(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnStackSet(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnStackSet(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnStackSetProps 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 public String getAttrStackSetId()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @NotNull public String getPermissionModel()
@Stability(value=Stable)
public void setPermissionModel(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getStackSetName()
@Stability(value=Stable)
public void setStackSetName(@NotNull
String value)
@Stability(value=Stable) @Nullable public String getAdministrationRoleArn()
@Stability(value=Stable)
public void setAdministrationRoleArn(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getAutoDeployment()
@Stability(value=Stable)
public void setAutoDeployment(@Nullable
CfnStackSet.AutoDeploymentProperty value)
@Stability(value=Stable)
public void setAutoDeployment(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getCallAs()
@Stability(value=Stable)
public void setCallAs(@Nullable
String value)
@Stability(value=Stable) @Nullable public List<String> getCapabilities()
@Stability(value=Stable)
public void setCapabilities(@Nullable
List<String> value)
@Stability(value=Stable) @Nullable public String getDescription()
@Stability(value=Stable)
public void setDescription(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getExecutionRoleName()
@Stability(value=Stable)
public void setExecutionRoleName(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getOperationPreferences()
@Stability(value=Stable)
public void setOperationPreferences(@Nullable
CfnStackSet.OperationPreferencesProperty value)
@Stability(value=Stable)
public void setOperationPreferences(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getParameters()
@Stability(value=Stable)
public void setParameters(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setParameters(@Nullable
List<Object> value)
@Stability(value=Stable) @Nullable public Object getStackInstancesGroup()
@Stability(value=Stable)
public void setStackInstancesGroup(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setStackInstancesGroup(@Nullable
List<Object> value)
@Stability(value=Stable) @Nullable public String getTemplateBody()
@Stability(value=Stable)
public void setTemplateBody(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getTemplateUrl()
@Stability(value=Stable)
public void setTemplateUrl(@Nullable
String value)
Copyright © 2021. All rights reserved.