AWS CloudFormation · Schema
TypeSummary
AutomationCloud ResourcesIaCInfrastructure As CodeStack Management
Properties
| Name | Type | Description |
|---|---|---|
| Type | string | |
| TypeName | string | |
| TypeArn | string | |
| DefaultVersionId | string | |
| Description | string | |
| LastUpdated | string | |
| PublisherId | string | |
| PublisherName | string | |
| IsActivated | boolean | |
| OriginalTypeName | string | |
| PublicVersionNumber | string | |
| LatestPublicVersion | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "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"
}
}
}