AWS CloudFormation · JSON Structure

Cloudformation Stack Drift Information Structure

Type: object Properties: 2
AutomationCloud ResourcesIaCInfrastructure As CodeStack Management

StackDriftInformation is a JSON Structure definition published by AWS CloudFormation, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

StackDriftStatus LastCheckTimestamp

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "StackDriftInformation",
  "type": "object",
  "properties": {
    "StackDriftStatus": {
      "type": "string"
    },
    "LastCheckTimestamp": {
      "type": "string"
    }
  }
}