aws::transit-gateway¶
Creates a transit gateway.
Example¶
aws::transit-gateway transit-gateway-example
description: "example transit gateway"
transit-gateway-options
amazon-side-asn: 64512
dns-support: enable
vpn-ecmp-support: enable
default-route-table-association: disable
default-route-table-propagation: enable
auto-accept-shared-attachments: disable
end
tags: {
Name: "Aws EC2 Transit Gateway Resource Example"
}
end
Attributes¶
Attribute | Description |
---|---|
description | The description of the transit gateway. |
transit-gateway-options subresource | Options for the transit gateway.
|
Outputs¶
Attribute | Description |
---|---|
id | The ID of the transit gateway. |
arn | The Amazon Resource Name (ARN) of the transit gateway. |
owner-id | The ID of the AWS account ID that owns the transit gateway. |
association-default-route-table-id | The ID of the default association route table. |
propagation-default-route-table-id | The ID of the default propagation route table. |