Skip to content

Accept Network Firewall Transit Gateway Attachment

networkfirewall_accept_network_firewall_transit_gateway_attachment R Documentation

Accepts a transit gateway attachment request for Network Firewall

Description

Accepts a transit gateway attachment request for Network Firewall. When you accept the attachment request, Network Firewall creates the necessary routing components to enable traffic flow between the transit gateway and firewall endpoints.

You must accept a transit gateway attachment to complete the creation of a transit gateway-attached firewall, unless auto-accept is enabled on the transit gateway. After acceptance, use describe_firewall to verify the firewall status.

To reject an attachment instead of accepting it, use reject_network_firewall_transit_gateway_attachment.

It can take several minutes for the attachment acceptance to complete and the firewall to become available.

Usage

networkfirewall_accept_network_firewall_transit_gateway_attachment(
  TransitGatewayAttachmentId)

Arguments

TransitGatewayAttachmentId

[required] Required. The unique identifier of the transit gateway attachment to accept. 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$accept_network_firewall_transit_gateway_attachment(
  TransitGatewayAttachmentId = "string"
)