Skip to main content

subnet_change_protections

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

Overview

Namesubnet_change_protections
TypeResource
Idaws.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:

NameAccessible byRequired ParamsOptional ParamsDescription
update_subnet_change_protectionupdateregion, 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.

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

UPDATE examples

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;