@itentialopensource/adapter-aws_ec2
Version:
This adapter integrates with system described as: Aws_Ec2.
26 lines • 652 B
JSON
{
"TransitGateway": {
"TransitGatewayId": "string",
"TransitGatewayArn": "string",
"State": "deleting",
"OwnerId": "string",
"Description": "string",
"CreationTime": "string",
"Options": {
"AmazonSideAsn": 8,
"AutoAcceptSharedAttachments": "enable",
"DefaultRouteTableAssociation": "enable",
"AssociationDefaultRouteTableId": "string",
"DefaultRouteTablePropagation": "enable",
"PropagationDefaultRouteTableId": "string",
"VpnEcmpSupport": "disable",
"DnsSupport": "disable"
},
"Tags": [
{
"Key": "string",
"Value": "string"
}
]
}
}