{ "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 } ] }