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 stack set.

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 Manage automatic deployments for CloudFormation StackSets that use service-managed permissions 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 stack set template contains certain capabilities in order for CloudFormation to create the stack set 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 stack set with the same name. You might retry CreateStackSet requests to ensure that CloudFormation successfully received them.

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

The input parameters for the stack set template.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

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

The key-value pairs to associate with this stack set 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