AWS CloudFormation · Schema

StackSetSummary

AutomationCloud ResourcesIaCInfrastructure As CodeStack Management

Properties

Name Type Description
StackSetName string
StackSetId string
Description string
Status string
PermissionModel string
DriftStatus string
LastDriftCheckTimestamp string
View JSON Schema on GitHub

JSON Schema

cloudformation-stack-set-summary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "StackSetSummary",
  "type": "object",
  "properties": {
    "StackSetName": {
      "type": "string"
    },
    "StackSetId": {
      "type": "string"
    },
    "Description": {
      "type": "string"
    },
    "Status": {
      "type": "string"
    },
    "PermissionModel": {
      "type": "string"
    },
    "DriftStatus": {
      "type": "string"
    },
    "LastDriftCheckTimestamp": {
      "type": "string"
    }
  }
}