Replace Network ACL Association
GET {{aws_ec2_base_url}}/?AssociationId&DryRun&NetworkAclId&Action=ReplaceNetworkAclAssociation
Changes which network ACL a subnet is associated with.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
AssociationId | null | The ID of the current association between the original network ACL and the subnet. | |
DryRun | null | 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 | null | The ID of the new network ACL to associate with the subnet. | |
Action | string |