AWS CloudFormation · JSON Structure

Cloudformation Stack Resource Drift Structure

Type: object Properties: 10
AutomationCloud ResourcesIaCInfrastructure As CodeStack Management

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

Properties

StackId LogicalResourceId PhysicalResourceId PhysicalResourceIdContext ResourceType ExpectedProperties ActualProperties PropertyDifferences StackResourceDriftStatus Timestamp

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "StackResourceDrift",
  "type": "object",
  "properties": {
    "StackId": {
      "type": "string"
    },
    "LogicalResourceId": {
      "type": "string"
    },
    "PhysicalResourceId": {
      "type": "string"
    },
    "PhysicalResourceIdContext": {
      "type": "array"
    },
    "ResourceType": {
      "type": "string"
    },
    "ExpectedProperties": {
      "type": "string"
    },
    "ActualProperties": {
      "type": "string"
    },
    "PropertyDifferences": {
      "type": "array"
    },
    "StackResourceDriftStatus": {
      "type": "string"
    },
    "Timestamp": {
      "type": "string"
    }
  }
}