GetStackSetResult

data class GetStackSetResult(val administrationRoleArn: String? = null, val autoDeployment: StackSetAutoDeployment? = null, val capabilities: List<StackSetCapability>? = null, val description: String? = null, val executionRoleName: String? = null, val managedExecution: ManagedExecutionProperties? = null, val parameters: List<StackSetParameter>? = null, val stackSetId: String? = null, val tags: List<Tag>? = null, val templateBody: String? = null)

Constructors

Link copied to clipboard
constructor(administrationRoleArn: String? = null, autoDeployment: StackSetAutoDeployment? = null, capabilities: List<StackSetCapability>? = null, description: String? = null, executionRoleName: String? = null, managedExecution: ManagedExecutionProperties? = null, parameters: List<StackSetParameter>? = null, stackSetId: String? = null, tags: List<Tag>? = null, templateBody: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Number (ARN) of the IAM role to use to create this stack set. Specify an IAM role only if you are using customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account.

Link copied to clipboard

Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to the target organization or organizational unit (OU). Specify only if PermissionModel is SERVICE_MANAGED.

Link copied to clipboard

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

Link copied to clipboard
val description: String? = null

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, AWS 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
val stackSetId: String? = null

The ID of the stack set that you're creating.

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

The key-value pairs to associate with this stack set and the stacks created from it. AWS 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
val templateBody: String? = null

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