amazonka-ec2-0.2.3: Amazon Elastic Compute Cloud SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.ReplaceNetworkAclAssociation

Contents

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 about network ACLs, see Network ACLs in the AmazonVirtual Private Cloud User Guide.

http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-ReplaceNetworkAclAssociation.html

Synopsis

Request

Request constructor

Request lenses

rnaaAssociationId :: Lens' ReplaceNetworkAclAssociation Text Source

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

rnaaNetworkAclId :: Lens' ReplaceNetworkAclAssociation Text Source

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

Response

Response constructor

Response lenses