ec2_replace_network_acl_association: Changes which network ACL a subnet is associated with

View source: R/ec2_operations.R

ec2_replace_network_acl_associationR Documentation

Changes which network ACL a subnet is associated with

Description

Changes which network ACL a subnet is associated with. By default when you create a subnet, it's automatically associated with the default network ACL. For more information, see Network ACLs in the Amazon VPC User Guide.

See https://www.paws-r-sdk.com/docs/ec2_replace_network_acl_association/ for full documentation.

Usage

ec2_replace_network_acl_association(AssociationId, DryRun = NULL, NetworkAclId)

Arguments

AssociationId

[required] The ID of the current association between the original network ACL and the subnet.

DryRun

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

NetworkAclId

[required] The ID of the new network ACL to associate with the subnet.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.