Skip to main content

network_firewall_transit_gateway_attachments

Creates, updates, deletes, gets or lists a network_firewall_transit_gateway_attachments resource.

Overview

Namenetwork_firewall_transit_gateway_attachments
TypeResource
Idaws.network_firewall.network_firewall_transit_gateway_attachments

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
delete_network_firewall_transit_gateway_attachmentdeleteregionDeletes 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 DescribeFirewall to monitor the deletion status.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

DELETE examples

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 DescribeFirewall to monitor the deletion status.

DELETE FROM aws.network_firewall.network_firewall_transit_gateway_attachments
WHERE region = '{{ region }}' --required
;