amazonka-ec2-0.3.5: 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.

rnaaDryRun :: Lens' ReplaceNetworkAclAssociation (Maybe Bool) Source

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.

rnaaNetworkAclId :: Lens' ReplaceNetworkAclAssociation Text Source

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

Response

Response constructor

Response lenses