AWS CloudFormation · JSON Structure

Cloud Control Progress Event Structure

Type: object Properties: 11
AutomationCloud ResourcesIaCInfrastructure As CodeStack Management

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

Properties

TypeName Identifier RequestToken HooksRequestToken Operation OperationStatus EventTime ResourceModel StatusMessage ErrorCode RetryAfter

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ProgressEvent",
  "type": "object",
  "properties": {
    "TypeName": {
      "type": "string"
    },
    "Identifier": {
      "type": "string"
    },
    "RequestToken": {
      "type": "string"
    },
    "HooksRequestToken": {
      "type": "string"
    },
    "Operation": {
      "type": "string"
    },
    "OperationStatus": {
      "type": "string"
    },
    "EventTime": {
      "type": "number"
    },
    "ResourceModel": {
      "type": "string"
    },
    "StatusMessage": {
      "type": "string"
    },
    "ErrorCode": {
      "type": "string"
    },
    "RetryAfter": {
      "type": "number"
    }
  }
}