@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:35.850Z") @Stability(value=Stable) public class CfnStackSet extends CfnResource implements IInspectable
The AWS::CloudFormation::StackSet enables you to provision stacks into AWS accounts and across Regions by using a single CloudFormation template. In the stack set, you specify the template to use, in addition to any parameters and capabilities that the template requires.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.*;
Object managedExecution;
CfnStackSet cfnStackSet = CfnStackSet.Builder.create(this, "MyCfnStackSet")
.permissionModel("permissionModel")
.stackSetName("stackSetName")
// the properties below are optional
.administrationRoleArn("administrationRoleArn")
.autoDeployment(AutoDeploymentProperty.builder()
.enabled(false)
.retainStacksOnAccountRemoval(false)
.build())
.callAs("callAs")
.capabilities(List.of("capabilities"))
.description("description")
.executionRoleName("executionRoleName")
.managedExecution(managedExecution)
.operationPreferences(OperationPreferencesProperty.builder()
.failureToleranceCount(123)
.failureTolerancePercentage(123)
.maxConcurrentCount(123)
.maxConcurrentPercentage(123)
.regionConcurrencyType("regionConcurrencyType")
.regionOrder(List.of("regionOrder"))
.build())
.parameters(List.of(ParameterProperty.builder()
.parameterKey("parameterKey")
.parameterValue("parameterValue")
.build()))
.stackInstancesGroup(List.of(StackInstancesProperty.builder()
.deploymentTargets(DeploymentTargetsProperty.builder()
.accountFilterType("accountFilterType")
.accounts(List.of("accounts"))
.organizationalUnitIds(List.of("organizationalUnitIds"))
.build())
.regions(List.of("regions"))
// the properties below are optional
.parameterOverrides(List.of(ParameterProperty.builder()
.parameterKey("parameterKey")
.parameterValue("parameterValue")
.build()))
.build()))
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.templateBody("templateBody")
.templateUrl("templateUrl")
.build();
| Modifier and Type | Class and Description |
|---|---|
static interface |
CfnStackSet.AutoDeploymentProperty
[ `Service-managed` permissions] Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to a target organizational unit (OU).
|
static class |
CfnStackSet.Builder
A fluent builder for
CfnStackSet. |
static interface |
CfnStackSet.DeploymentTargetsProperty
The AWS OrganizationalUnitIds or Accounts for which to create stack instances in the specified Regions.
|
static interface |
CfnStackSet.OperationPreferencesProperty
The user-specified preferences for how AWS CloudFormation performs a stack set operation.
|
static interface |
CfnStackSet.ParameterProperty
The Parameter data type.
|
static interface |
CfnStackSet.StackInstancesProperty
Stack instances in some specific accounts and Regions.
|
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()
The Amazon Resource Number (ARN) of the IAM role to use to create this stack set.
|
String |
getAttrStackSetId()
The ID of the stack that you're creating.
|
Object |
getAutoDeployment()
[ `Service-managed` permissions] Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to a target organization or organizational unit (OU).
|
String |
getCallAs()
[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.
|
List<String> |
getCapabilities()
The capabilities that are allowed in the stack set.
|
protected Map<String,Object> |
getCfnProperties() |
String |
getDescription()
A description of the stack set.
|
String |
getExecutionRoleName()
The name of the IAM execution role to use to create the stack set.
|
Object |
getManagedExecution()
Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.
|
Object |
getOperationPreferences()
The user-specified preferences for how AWS CloudFormation performs a stack set operation.
|
Object |
getParameters()
The input parameters for the stack set template.
|
String |
getPermissionModel()
Describes how the IAM roles required for stack set operations are created.
|
Object |
getStackInstancesGroup()
A group of stack instances with parameters in some specific accounts and Regions.
|
String |
getStackSetName()
The name to associate with the stack set.
|
TagManager |
getTags()
The key-value pairs to associate with this stack set and the stacks created from it.
|
String |
getTemplateBody()
The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes.
|
String |
getTemplateUrl()
Location of file containing the template body.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setAdministrationRoleArn(String value)
The Amazon Resource Number (ARN) of the IAM role to use to create this stack set.
|
void |
setAutoDeployment(CfnStackSet.AutoDeploymentProperty value)
[ `Service-managed` permissions] Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to a target organization or organizational unit (OU).
|
void |
setAutoDeployment(IResolvable value)
[ `Service-managed` permissions] Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to a target organization or organizational unit (OU).
|
void |
setCallAs(String value)
[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.
|
void |
setCapabilities(List<String> value)
The capabilities that are allowed in the stack set.
|
void |
setDescription(String value)
A description of the stack set.
|
void |
setExecutionRoleName(String value)
The name of the IAM execution role to use to create the stack set.
|
void |
setManagedExecution(Object value)
Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.
|
void |
setOperationPreferences(CfnStackSet.OperationPreferencesProperty value)
The user-specified preferences for how AWS CloudFormation performs a stack set operation.
|
void |
setOperationPreferences(IResolvable value)
The user-specified preferences for how AWS CloudFormation performs a stack set operation.
|
void |
setParameters(IResolvable value)
The input parameters for the stack set template.
|
void |
setParameters(List<Object> value)
The input parameters for the stack set template.
|
void |
setPermissionModel(String value)
Describes how the IAM roles required for stack set operations are created.
|
void |
setStackInstancesGroup(IResolvable value)
A group of stack instances with parameters in some specific accounts and Regions.
|
void |
setStackInstancesGroup(List<Object> value)
A group of stack instances with parameters in some specific accounts and Regions.
|
void |
setStackSetName(String value)
The name to associate with the stack set.
|
void |
setTemplateBody(String value)
The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes.
|
void |
setTemplateUrl(String value)
Location of file containing the template body.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, 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()
AWS CloudFormation also propagates these tags to supported resources that are created in the stacks. A maximum number of 50 tags can be specified.
@Stability(value=Stable) @NotNull public Object getManagedExecution()
When active, StackSets performs non-conflicting operations concurrently and queues conflicting operations. After conflicting operations finish, StackSets starts queued operations in request order.
If there are already running or queued operations, StackSets queues all incoming operations even if they are non-conflicting.
You can't modify your stack set's execution configuration while there are running or queued operations for that stack set.
When inactive (default), StackSets performs one operation at a time in request order.
@Stability(value=Stable)
public void setManagedExecution(@NotNull
Object value)
When active, StackSets performs non-conflicting operations concurrently and queues conflicting operations. After conflicting operations finish, StackSets starts queued operations in request order.
If there are already running or queued operations, StackSets queues all incoming operations even if they are non-conflicting.
You can't modify your stack set's execution configuration while there are running or queued operations for that stack set.
When inactive (default), StackSets performs one operation at a time in request order.
@Stability(value=Stable) @NotNull public String getPermissionModel()
SELF_MANAGED permissions, you must create the administrator and execution roles required to deploy to target accounts. For more information, see Grant Self-Managed Stack Set Permissions .SERVICE_MANAGED permissions, StackSets automatically creates the IAM roles required to deploy to accounts managed by AWS Organizations . For more information, see Grant Service-Managed Stack Set Permissions .
Allowed Values : SERVICE_MANAGED | SELF_MANAGED
The
PermissionModelproperty is required.
@Stability(value=Stable)
public void setPermissionModel(@NotNull
String value)
SELF_MANAGED permissions, you must create the administrator and execution roles required to deploy to target accounts. For more information, see Grant Self-Managed Stack Set Permissions .SERVICE_MANAGED permissions, StackSets automatically creates the IAM roles required to deploy to accounts managed by AWS Organizations . For more information, see Grant Service-Managed Stack Set Permissions .
Allowed Values : SERVICE_MANAGED | SELF_MANAGED
The
PermissionModelproperty is required.
@Stability(value=Stable) @NotNull public String getStackSetName()
The name must be unique in the Region where you create your stack set.
Maximum : 128
Pattern : ^[a-zA-Z][a-zA-Z0-9-]{0,127}$
The
StackSetNameproperty is required.
@Stability(value=Stable)
public void setStackSetName(@NotNull
String value)
The name must be unique in the Region where you create your stack set.
Maximum : 128
Pattern : ^[a-zA-Z][a-zA-Z0-9-]{0,127}$
The
StackSetNameproperty is required.
@Stability(value=Stable) @Nullable public String getAdministrationRoleArn()
Specify an IAM role only if you are using customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account.
Use customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account. For more information, see Prerequisites: Granting Permissions for Stack Set Operations in the AWS CloudFormation User Guide .
Minimum : 20
Maximum : 2048
@Stability(value=Stable)
public void setAdministrationRoleArn(@Nullable
String value)
Specify an IAM role only if you are using customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account.
Use customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account. For more information, see Prerequisites: Granting Permissions for Stack Set Operations in the AWS CloudFormation User Guide .
Minimum : 20
Maximum : 2048
@Stability(value=Stable) @Nullable public Object getAutoDeployment()
@Stability(value=Stable)
public void setAutoDeployment(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setAutoDeployment(@Nullable
CfnStackSet.AutoDeploymentProperty value)
@Stability(value=Stable) @Nullable public String getCallAs()
By default, SELF is specified. Use SELF for stack sets with self-managed permissions.
SELF .DELEGATED_ADMIN .Your AWS account must be registered as a delegated admin in the management account. For more information, see Register a delegated administrator in the AWS CloudFormation User Guide .
Stack sets with service-managed permissions are created in the management account, including stack sets that are created by delegated administrators.
Valid Values : SELF | DELEGATED_ADMIN
@Stability(value=Stable)
public void setCallAs(@Nullable
String value)
By default, SELF is specified. Use SELF for stack sets with self-managed permissions.
SELF .DELEGATED_ADMIN .Your AWS account must be registered as a delegated admin in the management account. For more information, see Register a delegated administrator in the AWS CloudFormation User Guide .
Stack sets with service-managed permissions are created in the management account, including stack sets that are created by delegated administrators.
Valid Values : SELF | DELEGATED_ADMIN
@Stability(value=Stable) @Nullable public List<String> getCapabilities()
Some stack set templates might include resources that can affect permissions in your AWS account —for example, by creating new AWS Identity and Access Management ( IAM ) users. For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates .
@Stability(value=Stable)
public void setCapabilities(@Nullable
List<String> value)
Some stack set templates might include resources that can affect permissions in your AWS account —for example, by creating new AWS Identity and Access Management ( IAM ) users. For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates .
@Stability(value=Stable) @Nullable public String getDescription()
Minimum : 1
Maximum : 1024
@Stability(value=Stable)
public void setDescription(@Nullable
String value)
Minimum : 1
Maximum : 1024
@Stability(value=Stable) @Nullable public String getExecutionRoleName()
If you don't specify an execution role, AWS CloudFormation uses the AWSCloudFormationStackSetExecutionRole role for the stack set operation.
Minimum : 1
Maximum : 64
Pattern : [a-zA-Z_0-9+=,.@-]+
@Stability(value=Stable)
public void setExecutionRoleName(@Nullable
String value)
If you don't specify an execution role, AWS CloudFormation uses the AWSCloudFormationStackSetExecutionRole role for the stack set operation.
Minimum : 1
Maximum : 64
Pattern : [a-zA-Z_0-9+=,.@-]+
@Stability(value=Stable) @Nullable public Object getOperationPreferences()
@Stability(value=Stable)
public void setOperationPreferences(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setOperationPreferences(@Nullable
CfnStackSet.OperationPreferencesProperty 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()
You must include either TemplateURL or TemplateBody in a StackSet, but you can't use both. Dynamic references in the TemplateBody may not work correctly in all cases. It's recommended to pass templates containing dynamic references through TemplateUrl instead.
Minimum : 1
Maximum : 51200
@Stability(value=Stable)
public void setTemplateBody(@Nullable
String value)
You must include either TemplateURL or TemplateBody in a StackSet, but you can't use both. Dynamic references in the TemplateBody may not work correctly in all cases. It's recommended to pass templates containing dynamic references through TemplateUrl instead.
Minimum : 1
Maximum : 51200
@Stability(value=Stable) @Nullable public String getTemplateUrl()
The URL must point to a template (max size: 460,800 bytes) that's located in an Amazon S3 bucket.
You must include either TemplateURL or TemplateBody in a StackSet, but you can't use both.
Minimum : 1
Maximum : 1024
@Stability(value=Stable)
public void setTemplateUrl(@Nullable
String value)
The URL must point to a template (max size: 460,800 bytes) that's located in an Amazon S3 bucket.
You must include either TemplateURL or TemplateBody in a StackSet, but you can't use both.
Minimum : 1
Maximum : 1024
Copyright © 2022. All rights reserved.