interface CfnStackSetProps
Language | Type name |
---|---|
.NET | Amazon.CDK.CfnStackSetProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2#CfnStackSetProps |
Java | software.amazon.awscdk.CfnStackSetProps |
Python | aws_cdk.CfnStackSetProps |
TypeScript | aws-cdk-lib » CfnStackSetProps |
Properties for defining a CfnStackSet
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as cdk from 'aws-cdk-lib';
declare const managedExecution: any;
const cfnStackSetProps: cdk.CfnStackSetProps = {
permissionModel: 'permissionModel',
stackSetName: 'stackSetName',
// the properties below are optional
administrationRoleArn: 'administrationRoleArn',
autoDeployment: {
enabled: false,
retainStacksOnAccountRemoval: false,
},
callAs: 'callAs',
capabilities: ['capabilities'],
description: 'description',
executionRoleName: 'executionRoleName',
managedExecution: managedExecution,
operationPreferences: {
concurrencyMode: 'concurrencyMode',
failureToleranceCount: 123,
failureTolerancePercentage: 123,
maxConcurrentCount: 123,
maxConcurrentPercentage: 123,
regionConcurrencyType: 'regionConcurrencyType',
regionOrder: ['regionOrder'],
},
parameters: [{
parameterKey: 'parameterKey',
parameterValue: 'parameterValue',
}],
stackInstancesGroup: [{
deploymentTargets: {
accountFilterType: 'accountFilterType',
accounts: ['accounts'],
accountsUrl: 'accountsUrl',
organizationalUnitIds: ['organizationalUnitIds'],
},
regions: ['regions'],
// the properties below are optional
parameterOverrides: [{
parameterKey: 'parameterKey',
parameterValue: 'parameterValue',
}],
}],
tags: [{
key: 'key',
value: 'value',
}],
templateBody: 'templateBody',
templateUrl: 'templateUrl',
};
Properties
Name | Type | Description |
---|---|---|
permission | string | Describes how the IAM roles required for stack set operations are created. |
stack | string | The name to associate with the stack set. |
administration | string | The Amazon Resource Number (ARN) of the IAM role to use to create this stack set. |
auto | IResolvable | Auto | [ Service-managed permissions] Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to a target organization or organizational unit (OU). |
call | string | [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. |
capabilities? | string[] | The capabilities that are allowed in the stack set. |
description? | string | A description of the stack set. |
execution | string | The name of the IAM execution role to use to create the stack set. |
managed | any | Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations. |
operation | IResolvable | Operation | The user-specified preferences for how AWS CloudFormation performs a stack set operation. |
parameters? | IResolvable | IResolvable | Parameter [] | The input parameters for the stack set template. |
stack | IResolvable | IResolvable | Stack [] | A group of stack instances with parameters in some specific accounts and Regions. |
tags? | Cfn [] | Key-value pairs to associate with this stack. |
template | string | The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes. |
template | string | Location of file containing the template body. |
permissionModel
Type:
string
Describes how the IAM roles required for stack set operations are created.
- With
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 . - With
SERVICE_MANAGED
permissions, StackSets automatically creates the IAM roles required to deploy to accounts managed by AWS Organizations .
stackSetName
Type:
string
The name to associate with the stack set.
The name must be unique in the Region where you create your stack set.
The
StackSetName
property is required.
administrationRoleArn?
Type:
string
(optional)
The Amazon Resource Number (ARN) of the IAM role to use to create this stack set.
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
autoDeployment?
Type:
IResolvable
|
Auto
(optional)
[ Service-managed
permissions] Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to a target organization or organizational unit (OU).
callAs?
Type:
string
(optional)
[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.
By default, SELF
is specified. Use SELF
for stack sets with self-managed permissions.
- To create a stack set with service-managed permissions while signed in to the management account, specify
SELF
. - To create a stack set with service-managed permissions while signed in to a delegated administrator account, specify
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
capabilities?
Type:
string[]
(optional)
The capabilities that are allowed in the stack set.
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 .
description?
Type:
string
(optional)
A description of the stack set.
Minimum : 1
Maximum : 1024
executionRoleName?
Type:
string
(optional)
The name of the IAM execution role to use to create the stack set.
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+=,.@-]+
managedExecution?
Type:
any
(optional)
Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.
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.
operationPreferences?
Type:
IResolvable
|
Operation
(optional)
The user-specified preferences for how AWS CloudFormation performs a stack set operation.
parameters?
Type:
IResolvable
|
IResolvable
|
Parameter
[]
(optional)
The input parameters for the stack set template.
stackInstancesGroup?
Type:
IResolvable
|
IResolvable
|
Stack
[]
(optional)
A group of stack instances with parameters in some specific accounts and Regions.
tags?
Type:
Cfn
[]
(optional)
Key-value pairs to associate with this stack.
CloudFormation also propagates these tags to supported resources in the stack. You can specify a maximum number of 50 tags.
If you don't specify this parameter, CloudFormation doesn't modify the stack's tags. If you specify an empty value, CloudFormation removes all associated tags.
templateBody?
Type:
string
(optional)
The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes.
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.
templateUrl?
Type:
string
(optional)
Location of file containing the template body.
The URL must point to a template that's located in an Amazon S3 bucket or a Systems Manager document. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must specify only one of the following parameters: TemplateBody
, TemplateURL
.