Skip to content

Reject Network Firewall Transit Gateway Attachment

networkfirewall_reject_network_firewall_transit_gateway_attachment R Documentation

Rejects a transit gateway attachment request for Network Firewall

Description

Rejects a transit gateway attachment request for Network Firewall. When you reject the attachment request, Network Firewall cancels the creation of routing components between the transit gateway and firewall endpoints.

Only the transit gateway owner can reject the attachment. After rejection, no traffic will flow through the firewall endpoints for this attachment.

Use describe_firewall to monitor the rejection status. To accept the attachment instead of rejecting it, use accept_network_firewall_transit_gateway_attachment.

Once rejected, you cannot reverse this action. To establish connectivity, you must create a new transit gateway-attached firewall.

Usage

networkfirewall_reject_network_firewall_transit_gateway_attachment(
  TransitGatewayAttachmentId)

Arguments

TransitGatewayAttachmentId

[required] Required. The unique identifier of the transit gateway attachment to reject. This ID is returned in the response when creating a transit gateway-attached firewall.

Value

A list with the following syntax:

list(
  TransitGatewayAttachmentId = "string",
  TransitGatewayAttachmentStatus = "CREATING"|"DELETING"|"DELETED"|"FAILED"|"ERROR"|"READY"|"PENDING_ACCEPTANCE"|"REJECTING"|"REJECTED"
)

Request syntax

svc$reject_network_firewall_transit_gateway_attachment(
  TransitGatewayAttachmentId = "string"
)