CreateStackSetRequest
Types
Properties
The Amazon Resource Name (ARN) of the IAM role to use to create this StackSet.
Describes whether StackSets automatically deploys to Organizations accounts that are added to the target organization or organizational unit (OU). For more information, see Enable or disable automatic deployments for StackSets in Organizations in the CloudFormation User Guide.
In some cases, you must explicitly acknowledge that your StackSet template contains certain capabilities in order for CloudFormation to create the StackSet and related stack instances.
A unique identifier for this CreateStackSet
request. Specify this token if you plan to retry requests so that CloudFormation knows that you're not attempting to create another StackSet with the same name. You might retry CreateStackSet
requests to ensure that CloudFormation successfully received them.
A description of the StackSet. You can use the description to identify the StackSet's purpose or other important information.
The name of the IAM execution role to use to create the StackSet. If you do not specify an execution role, CloudFormation uses the AWSCloudFormationStackSetExecutionRole
role for the StackSet operation.
Describes whether CloudFormation performs non-conflicting operations concurrently and queues conflicting operations.
The input parameters for the StackSet template.
Describes how the IAM roles required for StackSet operations are created. By default, SELF-MANAGED
is specified.
The name to associate with the StackSet. The name must be unique in the Region where you create your StackSet.
The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes.
The URL of a file that contains the template body. The URL must point to a template (maximum size: 1 MB) that's located in an Amazon S3 bucket or a Systems Manager document. The location for an Amazon S3 bucket must start with https://
. S3 static website URLs are not supported.