UpdateStackSetRequest

Types

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

Properties

Link copied to clipboard

[Self-managed permissions] The accounts in which to update associated stack instances. If you specify accounts, you must also specify the Amazon Web Services Regions in which to update stack set instances.

Link copied to clipboard

[Self-managed permissions] The Amazon Resource Name (ARN) of the IAM role to use to update this stack set.

Link copied to clipboard

[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a 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

[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.

Link copied to clipboard

In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for CloudFormation to update the stack set and its associated stack instances.

Link copied to clipboard

[Service-managed permissions] The Organizations accounts in which to update associated stack instances.

Link copied to clipboard

A brief description of updates that you are making.

Link copied to clipboard

[Self-managed permissions] The name of the IAM execution role to use to update 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 unique ID for this stack set operation.

Link copied to clipboard

Preferences for how CloudFormation performs this stack set operation.

Link copied to clipboard

A list of input parameters for the stack set template.

Link copied to clipboard

Describes how the IAM roles required for stack set operations are created. You cannot modify PermissionModel if there are stack instances associated with your stack set.

Link copied to clipboard

The Amazon Web Services Regions in which to update associated stack instances. If you specify Regions, you must also specify accounts in which to update stack set instances.

Link copied to clipboard

The name or unique ID of the stack set that you want to update.

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. You can specify a maximum number of 50 tags.

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 is 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.

Link copied to clipboard

Use the existing template that's associated with the stack set that you're updating.

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