CreateStackSetRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the IAM role to use to create this StackSet.

Link copied to clipboard

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.

Link copied to clipboard

Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

A description of the StackSet. You can use the description to identify the StackSet's purpose or other important information.

Link copied to clipboard

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.

Link copied to clipboard

Describes whether CloudFormation performs non-conflicting operations concurrently and queues conflicting operations.

Link copied to clipboard

The input parameters for the StackSet template.

Link copied to clipboard

Describes how the IAM roles required for StackSet operations are created. By default, SELF-MANAGED is specified.

Link copied to clipboard

The stack ID you are importing into a new StackSet. Specify the Amazon Resource Name (ARN) of the stack.

Link copied to clipboard

The name to associate with the StackSet. The name must be unique in the Region where you create your StackSet.

Link copied to clipboard
val tags: List<Tag>?

The key-value pairs to associate with this StackSet and the stacks created from it. CloudFormation also propagates these tags to supported resources that are created in the stacks. A maximum number of 50 tags can be specified.

Link copied to clipboard

The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes.

Link copied to clipboard

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.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String