AWS::CloudFormation::StackSetStackSet as a resource provides one-click experience for provisioning a StackSet and StackInstances
15 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
PermissionModel | string | RequiredCreate-only |
StackSetName | string | RequiredCreate-only |
AdministrationRoleARN | string | |
AutoDeployment | AutoDeployment | |
CallAs | string | Write-only |
Capabilities | Array<string> | |
Description | string | |
ExecutionRoleName | string | |
ManagedExecution | object | |
OperationPreferences | OperationPreferences | Write-only |
Parameters | Array<Parameter> | |
StackInstancesGroup | Array<StackInstances> | Write-only |
Tags | Array<Tag> | |
TemplateBody | string | |
TemplateURL | string | Write-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
StackSetId | string | The ID of the stack set that you're creating. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::CloudFormation::StackSet
Resources:
MyResource:
Type: AWS::CloudFormation::StackSet
Properties:
StackSetName: "my-stacksetname"
PermissionModel: "SERVICE_MANAGED"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
cloudformation:GetTemplateSummarycloudformation:CreateStackSetcloudformation:CreateStackInstancescloudformation:DescribeStackSetOperationcloudformation:ListStackSetOperationResultscloudformation:TagResourceiam:PassRolecloudformation:DescribeStackSetcloudformation:ListStackInstancescloudformation:DescribeStackInstancecloudformation:GetTemplateSummarycloudformation:UpdateStackSetcloudformation:CreateStackInstancescloudformation:DeleteStackInstancescloudformation:UpdateStackInstancescloudformation:DescribeStackSetcloudformation:DescribeStackSetOperationcloudformation:ListStackSetOperationResultscloudformation:TagResourcecloudformation:UntagResourceiam:PassRolecloudformation:DeleteStackSetcloudformation:DeleteStackInstancescloudformation:DescribeStackSetcloudformation:DescribeStackSetOperationcloudformation:ListStackSetOperationResultscloudformation:UntagResourcecloudformation:ListStackSetsEverything you need to know about CloudFormation on one page. HD quality, print-friendly.
Download Free InfographicStackSetIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
PermissionModelStackSetName