subnet_change_protections
Creates, updates, deletes, gets or lists a subnet_change_protections resource.
Overview
| Name | subnet_change_protections |
| Type | Resource |
| Id | aws.network_firewall.subnet_change_protections |
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 |
|---|---|---|---|---|
update_subnet_change_protection | update | region, SubnetChangeProtection |
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) |
UPDATE examples
- update_subnet_change_protection
No description available.
UPDATE aws.network_firewall.subnet_change_protections
SET
UpdateToken = '{{ UpdateToken }}',
FirewallArn = '{{ FirewallArn }}',
FirewallName = '{{ FirewallName }}',
SubnetChangeProtection = {{ SubnetChangeProtection }}
WHERE
region = '{{ region }}' --required
AND SubnetChangeProtection = {{ SubnetChangeProtection }} --required
RETURNING
firewall_arn,
firewall_name,
subnet_change_protection,
update_token;