/AWS1/CL_EC2=>REPLACENETWORKACLASSOCIATION()
¶
About ReplaceNetworkAclAssociation¶
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.
This is an idempotent operation.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_ASSOCIATIONID
TYPE /AWS1/EC2NETWORKACLOCIATIONID
/AWS1/EC2NETWORKACLOCIATIONID
¶
The ID of the current association between the original network ACL and the subnet.
IV_NETWORKACLID
TYPE /AWS1/EC2NETWORKACLID
/AWS1/EC2NETWORKACLID
¶
The ID of the new network ACL to associate with the subnet.
Optional arguments:¶
IV_DRYRUN
TYPE /AWS1/EC2BOOLEAN
/AWS1/EC2BOOLEAN
¶
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 isUnauthorizedOperation
.