AWS CloudFormation · Schema

StackDriftInformation

AutomationCloud ResourcesIaCInfrastructure As CodeStack Management

Properties

Name Type Description
StackDriftStatus string
LastCheckTimestamp string
View JSON Schema on GitHub

JSON Schema

cloudformation-stack-drift-information-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "StackDriftInformation",
  "type": "object",
  "properties": {
    "StackDriftStatus": {
      "type": "string"
    },
    "LastCheckTimestamp": {
      "type": "string"
    }
  }
}