AWS CloudFormation · Schema
StackSet
AutomationCloud ResourcesIaCInfrastructure As CodeStack Management
Properties
| Name | Type | Description |
|---|---|---|
| StackSetName | string | |
| StackSetId | string | |
| Description | string | |
| Status | string | |
| TemplateBody | string | |
| Parameters | array | |
| Capabilities | array | |
| Tags | array | |
| StackSetARN | string | |
| AdministrationRoleARN | string | |
| ExecutionRoleName | string | |
| PermissionModel | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "StackSet",
"type": "object",
"properties": {
"StackSetName": {
"type": "string"
},
"StackSetId": {
"type": "string"
},
"Description": {
"type": "string"
},
"Status": {
"type": "string"
},
"TemplateBody": {
"type": "string"
},
"Parameters": {
"type": "array"
},
"Capabilities": {
"type": "array"
},
"Tags": {
"type": "array"
},
"StackSetARN": {
"type": "string"
},
"AdministrationRoleARN": {
"type": "string"
},
"ExecutionRoleName": {
"type": "string"
},
"PermissionModel": {
"type": "string"
}
}
}