Deletes the specified transit gateway.
See also: AWS API Documentation
See ‘aws help’ for descriptions of global parameters.
delete-transit-gateway
--transit-gateway-id <value>
[--dry-run | --no-dry-run]
[--cli-input-json | --cli-input-yaml]
[--generate-cli-skeleton <value>]
--transit-gateway-id
(string)
The ID of the transit gateway.
--dry-run
| --no-dry-run
(boolean)
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation
. Otherwise, it isUnauthorizedOperation
.
--cli-input-json
| --cli-input-yaml
(string)
Reads arguments from the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton
. If other arguments are provided on the command line, those values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally. This may not be specified along with --cli-input-yaml
.
--generate-cli-skeleton
(string)
Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value input
, prints a sample input JSON that can be used as an argument for --cli-input-json
. Similarly, if provided yaml-input
it will print a sample input YAML that can be used with --cli-input-yaml
. If provided with the value output
, it validates the command inputs and returns a sample output JSON for that command. The generated JSON skeleton is not stable between versions of the AWS CLI and there are no backwards compatibility guarantees in the JSON skeleton generated.
See ‘aws help’ for descriptions of global parameters.
Note
To use the following examples, you must have the AWS CLI installed and configured. See the Getting started guide in the AWS CLI User Guide for more information.
Unless otherwise stated, all examples have unix-like quotation rules. These examples will need to be adapted to your terminal’s quoting rules. See Using quotation marks with strings in the AWS CLI User Guide .
To delete a transit gateway
The following delete-transit-gateway
example deletes the specified transit gateway.
aws ec2 delete-transit-gateway \
--transit-gateway-id tgw-01f04542b2EXAMPLE
Output:
{
"TransitGateway": {
"TransitGatewayId": "tgw-01f04542b2EXAMPLE",
"State": "deleting",
"OwnerId": "123456789012",
"Description": "Example Transit Gateway",
"CreationTime": "2019-08-27T15:04:35.000Z",
"Options": {
"AmazonSideAsn": 64515,
"AutoAcceptSharedAttachments": "disable",
"DefaultRouteTableAssociation": "enable",
"AssociationDefaultRouteTableId": "tgw-rtb-0ce7a6948fEXAMPLE",
"DefaultRouteTablePropagation": "enable",
"PropagationDefaultRouteTableId": "tgw-rtb-0ce7a6948fEXAMPLE",
"VpnEcmpSupport": "enable",
"DnsSupport": "enable"
}
}
}
For more information, see Delete a transit gateway in the Transit Gateways Guide.
TransitGateway -> (structure)
Information about the deleted transit gateway.
TransitGatewayId -> (string)
The ID of the transit gateway.
TransitGatewayArn -> (string)
The Amazon Resource Name (ARN) of the transit gateway.
State -> (string)
The state of the transit gateway.
OwnerId -> (string)
The ID of the Amazon Web Services account that owns the transit gateway.
Description -> (string)
The description of the transit gateway.
CreationTime -> (timestamp)
The creation time.
Options -> (structure)
The transit gateway options.
AmazonSideAsn -> (long)
A private Autonomous System Number (ASN) for the Amazon side of a BGP session. The range is 64512 to 65534 for 16-bit ASNs and 4200000000 to 4294967294 for 32-bit ASNs.
TransitGatewayCidrBlocks -> (list)
The transit gateway CIDR blocks.
(string)
AutoAcceptSharedAttachments -> (string)
Indicates whether attachment requests are automatically accepted.
DefaultRouteTableAssociation -> (string)
Indicates whether resource attachments are automatically associated with the default association route table.
AssociationDefaultRouteTableId -> (string)
The ID of the default association route table.
DefaultRouteTablePropagation -> (string)
Indicates whether resource attachments automatically propagate routes to the default propagation route table.
PropagationDefaultRouteTableId -> (string)
The ID of the default propagation route table.
VpnEcmpSupport -> (string)
Indicates whether Equal Cost Multipath Protocol support is enabled.
DnsSupport -> (string)
Indicates whether DNS support is enabled.
MulticastSupport -> (string)
Indicates whether multicast is enabled on the transit gateway
Tags -> (list)
The tags for the transit gateway.
(structure)
Describes a tag.
Key -> (string)
The key of the tag.
Constraints: Tag keys are case-sensitive and accept a maximum of 127 Unicode characters. May not begin with
aws:
.Value -> (string)
The value of the tag.
Constraints: Tag values are case-sensitive and accept a maximum of 256 Unicode characters.