TransitGateway

Cloud NetworkingNetwork HubNetworkingTransit GatewayVPC

Properties

Name Type Description
TransitGatewayId string The ID of the transit gateway.
TransitGatewayArn string The Amazon Resource Name (ARN) of the transit gateway.
State string
OwnerId string
Description string
CreationTime string
View JSON Schema on GitHub

JSON Schema

amazon-transit-gateway-transit-gateway-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "TransitGatewayId": {
      "type": "string",
      "description": "The ID of the transit gateway."
    },
    "TransitGatewayArn": {
      "type": "string",
      "description": "The Amazon Resource Name (ARN) of the transit gateway."
    },
    "State": {
      "type": "string",
      "enum": [
        "pending",
        "available",
        "modifying",
        "deleting",
        "deleted"
      ]
    },
    "OwnerId": {
      "type": "string"
    },
    "Description": {
      "type": "string"
    },
    "CreationTime": {
      "type": "string",
      "format": "date-time"
    }
  },
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "TransitGateway"
}