Deregister Transit Gateway
networkmanager_deregister_transit_gateway | R Documentation |
Deregisters a transit gateway from your global network¶
Description¶
Deregisters a transit gateway from your global network. This action does not delete your transit gateway, or modify any of its attachments. This action removes any customer gateway associations.
Usage¶
Arguments¶
GlobalNetworkId
[required] The ID of the global network.
TransitGatewayArn
[required] The Amazon Resource Name (ARN) of the transit gateway.
Value¶
A list with the following syntax:
list(
TransitGatewayRegistration = list(
GlobalNetworkId = "string",
TransitGatewayArn = "string",
State = list(
Code = "PENDING"|"AVAILABLE"|"DELETING"|"DELETED"|"FAILED",
Message = "string"
)
)
)