@itentialopensource/adapter-aws_ec2
Version:
This adapter integrates with system described as: Aws_Ec2.
46 lines • 824 B
JSON
{
"TransitGatewayVpcAttachment": {
"TransitGatewayAttachmentId": "string",
"TransitGatewayId": "string",
"VpcId": "string",
"VpcOwnerId": "string",
"State": "modifying",
"SubnetIds": [
"string",
"string",
"string",
"string",
"string",
"string",
"string",
"string"
],
"CreationTime": "string",
"Options": {
"DnsSupport": "disable",
"Ipv6Support": "enable"
},
"Tags": [
{
"Key": "string",
"Value": "string"
},
{
"Key": "string",
"Value": "string"
},
{
"Key": "string",
"Value": "string"
},
{
"Key": "string",
"Value": "string"
},
{
"Key": "string",
"Value": "string"
}
]
}
}