amazonka-ec2-2.0: Amazon Elastic Compute Cloud SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EC2.Types.NetworkAclAssociation

Description

 
Synopsis

Documentation

data NetworkAclAssociation Source #

Describes an association between a network ACL and a subnet.

See: newNetworkAclAssociation smart constructor.

Constructors

NetworkAclAssociation' 

Fields

Instances

Instances details
FromXML NetworkAclAssociation Source # 
Instance details

Defined in Amazonka.EC2.Types.NetworkAclAssociation

Generic NetworkAclAssociation Source # 
Instance details

Defined in Amazonka.EC2.Types.NetworkAclAssociation

Associated Types

type Rep NetworkAclAssociation :: Type -> Type #

Read NetworkAclAssociation Source # 
Instance details

Defined in Amazonka.EC2.Types.NetworkAclAssociation

Show NetworkAclAssociation Source # 
Instance details

Defined in Amazonka.EC2.Types.NetworkAclAssociation

NFData NetworkAclAssociation Source # 
Instance details

Defined in Amazonka.EC2.Types.NetworkAclAssociation

Methods

rnf :: NetworkAclAssociation -> () #

Eq NetworkAclAssociation Source # 
Instance details

Defined in Amazonka.EC2.Types.NetworkAclAssociation

Hashable NetworkAclAssociation Source # 
Instance details

Defined in Amazonka.EC2.Types.NetworkAclAssociation

type Rep NetworkAclAssociation Source # 
Instance details

Defined in Amazonka.EC2.Types.NetworkAclAssociation

type Rep NetworkAclAssociation = D1 ('MetaData "NetworkAclAssociation" "Amazonka.EC2.Types.NetworkAclAssociation" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "NetworkAclAssociation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "networkAclAssociationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "networkAclId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "subnetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newNetworkAclAssociation :: NetworkAclAssociation Source #

Create a value of NetworkAclAssociation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:networkAclAssociationId:NetworkAclAssociation', networkAclAssociation_networkAclAssociationId - The ID of the association between a network ACL and a subnet.

$sel:networkAclId:NetworkAclAssociation', networkAclAssociation_networkAclId - The ID of the network ACL.

$sel:subnetId:NetworkAclAssociation', networkAclAssociation_subnetId - The ID of the subnet.

networkAclAssociation_networkAclAssociationId :: Lens' NetworkAclAssociation (Maybe Text) Source #

The ID of the association between a network ACL and a subnet.