Delete Transit Gateway Route Table Announcement
ec2_delete_transit_gateway_route_table_announcement | R Documentation |
Advertises to the transit gateway that a transit gateway route table is deleted¶
Description¶
Advertises to the transit gateway that a transit gateway route table is deleted.
Usage¶
ec2_delete_transit_gateway_route_table_announcement(
TransitGatewayRouteTableAnnouncementId, DryRun)
Arguments¶
TransitGatewayRouteTableAnnouncementId |
[required] The transit gateway route table ID that's being deleted. |
DryRun |
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
|
Value¶
A list with the following syntax:
list(
TransitGatewayRouteTableAnnouncement = list(
TransitGatewayRouteTableAnnouncementId = "string",
TransitGatewayId = "string",
CoreNetworkId = "string",
PeerTransitGatewayId = "string",
PeerCoreNetworkId = "string",
PeeringAttachmentId = "string",
AnnouncementDirection = "outgoing"|"incoming",
TransitGatewayRouteTableId = "string",
State = "available"|"pending"|"failing"|"failed"|"deleting"|"deleted",
CreationTime = as.POSIXct(
"2015-01-01"
),
Tags = list(
list(
Key = "string",
Value = "string"
)
)
)
)
Request syntax¶
svc$delete_transit_gateway_route_table_announcement(
TransitGatewayRouteTableAnnouncementId = "string",
DryRun = TRUE|FALSE
)