network_firewall_transit_gateway_attachments
Creates, updates, deletes, gets or lists a network_firewall_transit_gateway_attachments resource.
Overview
| Name | network_firewall_transit_gateway_attachments |
| Type | Resource |
| Id | aws.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:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
delete_network_firewall_transit_gateway_attachment | delete | region | 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. |
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.
| Name | Datatype | Description |
|---|---|---|
region | string | AWS region (default: us-east-1) |
DELETE examples
- delete_network_firewall_transit_gateway_attachment
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
;