Package software.amazon.awscdk
Class CfnStackSet
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.CfnStackSet
- All Implemented Interfaces:
IInspectable
,ITaggable
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.103.1 (build bef2dea)",
date="2024-10-11T15:55:51.993Z")
@Stability(Stable)
public class CfnStackSet
extends CfnResource
implements IInspectable, ITaggable
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.
Run deployments to nested StackSets from the parent stack, not directly through the StackSet API.
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() .concurrencyMode("concurrencyMode") .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")) .accountsUrl("accountsUrl") .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();
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
[Service-managed
permissions] Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to a target organizational unit (OU).static final class
A fluent builder forCfnStackSet
.static interface
The AWS OrganizationalUnitIds or Accounts for which to create stack instances in the specified Regions.static interface
Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.static interface
The user-specified preferences for how AWS CloudFormation performs a stack set operation.static interface
The Parameter data type.static interface
Stack instances in some specific accounts and Regions.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.ITaggable
ITaggable.Jsii$Default, ITaggable.Jsii$Proxy
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The CloudFormation resource type name for this resource class. -
Constructor Summary
ModifierConstructorDescriptionprotected
CfnStackSet
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnStackSet
(software.amazon.jsii.JsiiObjectRef objRef) CfnStackSet
(software.constructs.Construct scope, String id, CfnStackSetProps props) -
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Number (ARN) of the IAM role to use to create this stack set.The ID of the stack that you're creating.[Service-managed
permissions] Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to a target organization or organizational unit (OU).[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.The capabilities that are allowed in the stack set.A description of the stack set.The name of the IAM execution role to use to create the stack set.Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.The user-specified preferences for how AWS CloudFormation performs a stack set operation.The input parameters for the stack set template.Describes how the IAM roles required for stack set operations are created.A group of stack instances with parameters in some specific accounts and Regions.The name to associate with the stack set.getTags()
Tag Manager which manages the tags for this resource.Key-value pairs to associate with this stack.The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes.Location of file containing the template body.void
inspect
(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.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
[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
[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
The user-specified preferences for how AWS CloudFormation performs a stack set operation.void
The user-specified preferences for how AWS CloudFormation performs a stack set operation.void
setParameters
(List<Object> value) The input parameters for the stack set template.void
setParameters
(IResolvable 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
(List<Object> value) A group of stack instances with parameters in some specific accounts and Regions.void
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
setTagsRaw
(List<CfnTag> value) Key-value pairs to associate with this stack.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.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validateProperties
Methods inherited from class software.amazon.awscdk.CfnRefElement
getRef
Methods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
Methods inherited from class software.constructs.Construct
getNode, isConstruct
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnStackSet
protected CfnStackSet(software.amazon.jsii.JsiiObjectRef objRef) -
CfnStackSet
protected CfnStackSet(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnStackSet
@Stability(Stable) public CfnStackSet(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnStackSetProps props) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.props
- Resource properties. This parameter is required.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspect
in interfaceIInspectable
- Parameters:
inspector
- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderProperties
in classCfnResource
- Parameters:
props
- This parameter is required.
-
getAttrStackSetId
The ID of the stack that you're creating. -
getCfnProperties
- Overrides:
getCfnProperties
in classCfnResource
-
getTags
Tag Manager which manages the tags for this resource. -
getPermissionModel
Describes how the IAM roles required for stack set operations are created. -
setPermissionModel
Describes how the IAM roles required for stack set operations are created. -
getStackSetName
The name to associate with the stack set. -
setStackSetName
The name to associate with the stack set. -
getAdministrationRoleArn
The Amazon Resource Number (ARN) of the IAM role to use to create this stack set. -
setAdministrationRoleArn
The Amazon Resource Number (ARN) of the IAM role to use to create this stack set. -
getAutoDeployment
[Service-managed
permissions] Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to a target organization or organizational unit (OU). -
setAutoDeployment
[Service-managed
permissions] Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to a target organization or organizational unit (OU). -
setAutoDeployment
@Stability(Stable) public void setAutoDeployment(@Nullable 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). -
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. -
setCallAs
[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. -
getCapabilities
The capabilities that are allowed in the stack set. -
setCapabilities
The capabilities that are allowed in the stack set. -
getDescription
A description of the stack set. -
setDescription
A description of the stack set. -
getExecutionRoleName
The name of the IAM execution role to use to create the stack set. -
setExecutionRoleName
The name of the IAM execution role to use to create the stack set. -
getManagedExecution
Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations. -
setManagedExecution
Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations. -
getOperationPreferences
The user-specified preferences for how AWS CloudFormation performs a stack set operation. -
setOperationPreferences
The user-specified preferences for how AWS CloudFormation performs a stack set operation. -
setOperationPreferences
@Stability(Stable) public void setOperationPreferences(@Nullable CfnStackSet.OperationPreferencesProperty value) The user-specified preferences for how AWS CloudFormation performs a stack set operation. -
getParameters
The input parameters for the stack set template. -
setParameters
The input parameters for the stack set template. -
setParameters
The input parameters for the stack set template. -
getStackInstancesGroup
A group of stack instances with parameters in some specific accounts and Regions. -
setStackInstancesGroup
A group of stack instances with parameters in some specific accounts and Regions. -
setStackInstancesGroup
A group of stack instances with parameters in some specific accounts and Regions. -
getTagsRaw
Key-value pairs to associate with this stack. -
setTagsRaw
Key-value pairs to associate with this stack. -
getTemplateBody
The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes. -
setTemplateBody
The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes. -
getTemplateUrl
Location of file containing the template body. -
setTemplateUrl
Location of file containing the template body.
-