CreateStackSetRequest
Types
Properties
The Amazon Resource Name (ARN) of the IAM role to use to create this stack set.
Describes whether StackSets automatically deploys to Organizations accounts that are added to the target organization or organizational unit (OU). For more information, see Manage automatic deployments for CloudFormation StackSets that use service-managed permissions in the CloudFormation User Guide.
In some cases, you must explicitly acknowledge that your stack set template contains certain capabilities in order for CloudFormation to create the stack set 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 stack set with the same name. You might retry CreateStackSet
requests to ensure that CloudFormation successfully received them.
A description of the stack set. You can use the description to identify the stack set's purpose or other important information.
The name of the IAM execution role to use to create the stack set. If you do not specify an execution role, CloudFormation uses the AWSCloudFormationStackSetExecutionRole
role for the stack set operation.
Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.
The input parameters for the stack set template.
Describes how the IAM roles required for stack set operations are created. By default, SELF-MANAGED
is specified.
The name to associate with the stack set. The name must be unique in the Region where you create your stack set.
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.