AWS CloudFormation · JSON Structure

Cloudformation Stack Event Structure

Type: object Properties: 16
AutomationCloud ResourcesIaCInfrastructure As CodeStack Management

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

Properties

StackId EventId StackName LogicalResourceId PhysicalResourceId ResourceType Timestamp ResourceStatus ResourceStatusReason ResourceProperties ClientRequestToken HookType HookStatus HookStatusReason HookInvocationPoint HookFailureMode

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "StackEvent",
  "type": "object",
  "properties": {
    "StackId": {
      "type": "string"
    },
    "EventId": {
      "type": "string"
    },
    "StackName": {
      "type": "string"
    },
    "LogicalResourceId": {
      "type": "string"
    },
    "PhysicalResourceId": {
      "type": "string"
    },
    "ResourceType": {
      "type": "string"
    },
    "Timestamp": {
      "type": "string"
    },
    "ResourceStatus": {
      "type": "string"
    },
    "ResourceStatusReason": {
      "type": "string"
    },
    "ResourceProperties": {
      "type": "string"
    },
    "ClientRequestToken": {
      "type": "string"
    },
    "HookType": {
      "type": "string"
    },
    "HookStatus": {
      "type": "string"
    },
    "HookStatusReason": {
      "type": "string"
    },
    "HookInvocationPoint": {
      "type": "string"
    },
    "HookFailureMode": {
      "type": "string"
    }
  }
}