@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:50.250Z") @Stability(value=Stable) public interface CfnStackSetProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnStackSetProps.Builder
A builder for
CfnStackSetProps |
static class |
CfnStackSetProps.Jsii$Proxy
An implementation for
CfnStackSetProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnStackSetProps.Builder |
builder() |
default String |
getAdministrationRoleArn()
`AWS::CloudFormation::StackSet.AdministrationRoleARN`.
|
default Object |
getAutoDeployment()
`AWS::CloudFormation::StackSet.AutoDeployment`.
|
default String |
getCallAs()
`AWS::CloudFormation::StackSet.CallAs`.
|
default List<String> |
getCapabilities()
`AWS::CloudFormation::StackSet.Capabilities`.
|
default String |
getDescription()
`AWS::CloudFormation::StackSet.Description`.
|
default String |
getExecutionRoleName()
`AWS::CloudFormation::StackSet.ExecutionRoleName`.
|
default Object |
getOperationPreferences()
`AWS::CloudFormation::StackSet.OperationPreferences`.
|
default Object |
getParameters()
`AWS::CloudFormation::StackSet.Parameters`.
|
String |
getPermissionModel()
`AWS::CloudFormation::StackSet.PermissionModel`.
|
default Object |
getStackInstancesGroup()
`AWS::CloudFormation::StackSet.StackInstancesGroup`.
|
String |
getStackSetName()
`AWS::CloudFormation::StackSet.StackSetName`.
|
default List<CfnTag> |
getTags()
`AWS::CloudFormation::StackSet.Tags`.
|
default String |
getTemplateBody()
`AWS::CloudFormation::StackSet.TemplateBody`.
|
default String |
getTemplateUrl()
`AWS::CloudFormation::StackSet.TemplateURL`.
|
@Stability(value=Stable) @NotNull String getPermissionModel()
@Stability(value=Stable) @NotNull String getStackSetName()
@Stability(value=Stable) @Nullable default String getAdministrationRoleArn()
@Stability(value=Stable) @Nullable default Object getAutoDeployment()
@Stability(value=Stable) @Nullable default String getCallAs()
@Stability(value=Stable) @Nullable default List<String> getCapabilities()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getExecutionRoleName()
@Stability(value=Stable) @Nullable default Object getOperationPreferences()
@Stability(value=Stable) @Nullable default Object getParameters()
@Stability(value=Stable) @Nullable default Object getStackInstancesGroup()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) @Nullable default String getTemplateBody()
@Stability(value=Stable) @Nullable default String getTemplateUrl()
@Stability(value=Stable) static CfnStackSetProps.Builder builder()
CfnStackSetProps.Builder of CfnStackSetPropsCopyright © 2021. All rights reserved.