class Aws::CloudFormation::Types::StackSet
A structure that contains information about a stack set. A stack set enables you to provision stacks into Amazon Web Services accounts and across Regions by using a single CloudFormation
template. In the stack set, you specify the template to use, in addition to any parameters and capabilities that the template requires.
@!attribute [rw] stack_set_name
The name that's associated with the stack set. @return [String]
@!attribute [rw] stack_set_id
The ID of the stack set. @return [String]
@!attribute [rw] description
A description of the stack set that you specify when the stack set is created or updated. @return [String]
@!attribute [rw] status
The status of the stack set. @return [String]
@!attribute [rw] template_body
The structure that contains the body of the template that was used to create or update the stack set. @return [String]
@!attribute [rw] parameters
A list of input parameters for a stack set. @return [Array<Types::Parameter>]
@!attribute [rw] capabilities
The capabilities that are allowed in the stack set. Some stack set templates might include resources that can affect permissions in your Amazon Web Services account—for example, by creating new Identity and Access Management (IAM) users. For more information, see [Acknowledging IAM Resources in CloudFormation Templates.][1] [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#capabilities @return [Array<String>]
@!attribute [rw] tags
A list of tags that specify information about the stack set. A maximum number of 50 tags can be specified. @return [Array<Types::Tag>]
@!attribute [rw] stack_set_arn
The Amazon Resource Number (ARN) of the stack set. @return [String]
@!attribute [rw] administration_role_arn
The Amazon Resource Number (ARN) of the IAM role used to create or update the stack set. Use customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account. For more information, see [Prerequisites: Granting Permissions for Stack Set Operations][1] in the *CloudFormation User Guide*. [1]: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs.html @return [String]
@!attribute [rw] execution_role_name
The name of the IAM execution role used to create or update the stack set. Use customized execution roles to control which stack resources users and groups can include in their stack sets. @return [String]
@!attribute [rw] stack_set_drift_detection_details
Detailed information about the drift status of the stack set. For stack sets, contains information about the last *completed* drift operation performed on the stack set. Information about drift operations currently in progress isn't included. @return [Types::StackSetDriftDetectionDetails]
@!attribute [rw] auto_deployment
\[Service-managed permissions\] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organization or organizational unit (OU). @return [Types::AutoDeployment]
@!attribute [rw] permission_model
Describes how the IAM roles required for stack set operations are created. * With `self-managed` permissions, you must create the administrator and execution roles required to deploy to target accounts. For more information, see [Grant Self-Managed Stack Set Permissions][1]. * With `service-managed` permissions, StackSets automatically creates the IAM roles required to deploy to accounts managed by Organizations. For more information, see [Grant Service-Managed Stack Set Permissions][2]. [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.html [2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-service-managed.html @return [String]
@!attribute [rw] organizational_unit_ids
\[Service-managed permissions\] The organization root ID or organizational unit (OU) IDs that you specified for [DeploymentTargets][1]. [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DeploymentTargets.html @return [Array<String>]
@!attribute [rw] managed_execution
Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations. @return [Types::ManagedExecution]
@see docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/StackSet AWS API Documentation
Constants
- SENSITIVE