NetworkAcl / Action / replace_association

replace_association#

EC2.NetworkAcl.replace_association(**kwargs)#

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.

See also: AWS API Documentation

Request Syntax

response = network_acl.replace_association(
    AssociationId='string',
    DryRun=True|False,

)
Parameters:
  • AssociationId (string) –

    [REQUIRED]

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

  • DryRun (boolean) – 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.

Return type:

dict

Returns:

Response Syntax

{
    'NewAssociationId': 'string'
}

Response Structure

  • (dict) –

    • NewAssociationId (string) –

      The ID of the new association.