Amazon Transit Gateway · JSON Structure

Amazon Transit Gateway Transit Gateway Structure

Type: object Properties: 0
Cloud NetworkingNetwork HubNetworkingTransit GatewayVPC

TransitGateway is a JSON Structure definition published by Amazon Transit Gateway.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "TransitGateway",
  "description": "",
  "type": "object",
  "properties": [
    {
      "name": "TransitGatewayId",
      "type": "string",
      "description": "The ID of the transit gateway.",
      "required": false
    },
    {
      "name": "TransitGatewayArn",
      "type": "string",
      "description": "The Amazon Resource Name (ARN) of the transit gateway.",
      "required": false
    },
    {
      "name": "State",
      "type": "string",
      "description": "",
      "required": false
    },
    {
      "name": "OwnerId",
      "type": "string",
      "description": "",
      "required": false
    },
    {
      "name": "Description",
      "type": "string",
      "description": "",
      "required": false
    },
    {
      "name": "CreationTime",
      "type": "string",
      "description": "",
      "required": false
    }
  ]
}