AWS CloudFormation · JSON Structure

Cloudformation Type Summary Structure

Type: object Properties: 12
AutomationCloud ResourcesIaCInfrastructure As CodeStack Management

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

Properties

Type TypeName TypeArn DefaultVersionId Description LastUpdated PublisherId PublisherName IsActivated OriginalTypeName PublicVersionNumber LatestPublicVersion

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "TypeSummary",
  "type": "object",
  "properties": {
    "Type": {
      "type": "string"
    },
    "TypeName": {
      "type": "string"
    },
    "TypeArn": {
      "type": "string"
    },
    "DefaultVersionId": {
      "type": "string"
    },
    "Description": {
      "type": "string"
    },
    "LastUpdated": {
      "type": "string"
    },
    "PublisherId": {
      "type": "string"
    },
    "PublisherName": {
      "type": "string"
    },
    "IsActivated": {
      "type": "boolean"
    },
    "OriginalTypeName": {
      "type": "string"
    },
    "PublicVersionNumber": {
      "type": "string"
    },
    "LatestPublicVersion": {
      "type": "string"
    }
  }
}