Delete Network Firewall Transit Gateway Attachment
| networkfirewall_delete_network_firewall_transit_gateway_attachment | R Documentation |
Deletes a transit gateway attachment from a Network Firewall¶
Description¶
Deletes a transit gateway attachment from a Network Firewall. Either the firewall owner or the transit gateway owner can delete the attachment.
After you delete a transit gateway attachment, traffic will no longer flow through the firewall endpoints.
After you initiate the delete operation, use describe_firewall to
monitor the deletion status.
Usage¶
networkfirewall_delete_network_firewall_transit_gateway_attachment(
TransitGatewayAttachmentId)
Arguments¶
TransitGatewayAttachmentId |
[required] Required. The unique identifier of the transit gateway attachment to delete. |
Value¶
A list with the following syntax:
list(
TransitGatewayAttachmentId = "string",
TransitGatewayAttachmentStatus = "CREATING"|"DELETING"|"DELETED"|"FAILED"|"ERROR"|"READY"|"PENDING_ACCEPTANCE"|"REJECTING"|"REJECTED"
)
Request syntax¶
svc$delete_network_firewall_transit_gateway_attachment(
TransitGatewayAttachmentId = "string"
)