StackSetArgs

data class StackSetArgs(val administrationRoleArn: Output<String>? = null, val autoDeployment: Output<StackSetAutoDeploymentArgs>? = null, val callAs: Output<StackSetCallAs>? = null, val capabilities: Output<List<StackSetCapability>>? = null, val description: Output<String>? = null, val executionRoleName: Output<String>? = null, val managedExecution: Output<ManagedExecutionPropertiesArgs>? = null, val operationPreferences: Output<StackSetOperationPreferencesArgs>? = null, val parameters: Output<List<StackSetParameterArgs>>? = null, val permissionModel: Output<StackSetPermissionModel>? = null, val stackInstancesGroup: Output<List<StackSetStackInstancesArgs>>? = null, val stackSetName: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val templateBody: Output<String>? = null, val templateUrl: Output<String>? = null) : ConvertibleToJava<StackSetArgs>

StackSet as a resource provides one-click experience for provisioning a StackSet and StackInstances

Constructors

Link copied to clipboard
constructor(administrationRoleArn: Output<String>? = null, autoDeployment: Output<StackSetAutoDeploymentArgs>? = null, callAs: Output<StackSetCallAs>? = null, capabilities: Output<List<StackSetCapability>>? = null, description: Output<String>? = null, executionRoleName: Output<String>? = null, managedExecution: Output<ManagedExecutionPropertiesArgs>? = null, operationPreferences: Output<StackSetOperationPreferencesArgs>? = null, parameters: Output<List<StackSetParameterArgs>>? = null, permissionModel: Output<StackSetPermissionModel>? = null, stackInstancesGroup: Output<List<StackSetStackInstancesArgs>>? = null, stackSetName: Output<String>? = null, tags: Output<List<TagArgs>>? = null, templateBody: Output<String>? = null, templateUrl: Output<String>? = null)

Properties

Link copied to clipboard
val administrationRoleArn: Output<String>? = null

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
val callAs: Output<StackSetCallAs>? = null

Specifies the AWS account that you are acting from. By default, SELF is specified. For self-managed permissions, specify SELF; for service-managed permissions, if you are signed in to the organization's management account, specify SELF. If you are signed in to a delegated administrator account, specify DELEGATED_ADMIN.

Link copied to clipboard
val capabilities: Output<List<StackSetCapability>>? = null

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: Output<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
val executionRoleName: Output<String>? = null

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 user-specified preferences for how AWS CloudFormation performs a stack set operation.

Link copied to clipboard
val parameters: Output<List<StackSetParameterArgs>>? = null

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

A group of stack instances with parameters in some specific accounts and regions.

Link copied to clipboard
val stackSetName: Output<String>? = null

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: Output<List<TagArgs>>? = 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: Output<String>? = null

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
val templateUrl: Output<String>? = null

Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket.

Functions

Link copied to clipboard
open override fun toJava(): StackSetArgs