libZSservicesZSamazonka-securityhubZSamazonka-securityhub
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SecurityHub.Types.AwsEc2NetworkAclAssociation

Description

 
Synopsis

Documentation

data AwsEc2NetworkAclAssociation Source #

An association between the network ACL and a subnet.

See: newAwsEc2NetworkAclAssociation smart constructor.

Constructors

AwsEc2NetworkAclAssociation' 

Fields

Instances

Instances details
Eq AwsEc2NetworkAclAssociation Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEc2NetworkAclAssociation

Read AwsEc2NetworkAclAssociation Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEc2NetworkAclAssociation

Show AwsEc2NetworkAclAssociation Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEc2NetworkAclAssociation

Generic AwsEc2NetworkAclAssociation Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEc2NetworkAclAssociation

Associated Types

type Rep AwsEc2NetworkAclAssociation :: Type -> Type #

NFData AwsEc2NetworkAclAssociation Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEc2NetworkAclAssociation

Hashable AwsEc2NetworkAclAssociation Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEc2NetworkAclAssociation

ToJSON AwsEc2NetworkAclAssociation Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEc2NetworkAclAssociation

FromJSON AwsEc2NetworkAclAssociation Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEc2NetworkAclAssociation

type Rep AwsEc2NetworkAclAssociation Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEc2NetworkAclAssociation

type Rep AwsEc2NetworkAclAssociation = D1 ('MetaData "AwsEc2NetworkAclAssociation" "Amazonka.SecurityHub.Types.AwsEc2NetworkAclAssociation" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "AwsEc2NetworkAclAssociation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "networkAclId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "subnetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "networkAclAssociationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newAwsEc2NetworkAclAssociation :: AwsEc2NetworkAclAssociation Source #

Create a value of AwsEc2NetworkAclAssociation 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:networkAclId:AwsEc2NetworkAclAssociation', awsEc2NetworkAclAssociation_networkAclId - The identifier of the network ACL.

$sel:subnetId:AwsEc2NetworkAclAssociation', awsEc2NetworkAclAssociation_subnetId - The identifier of the subnet that is associated with the network ACL.

$sel:networkAclAssociationId:AwsEc2NetworkAclAssociation', awsEc2NetworkAclAssociation_networkAclAssociationId - The identifier of the association between the network ACL and the subnet.

awsEc2NetworkAclAssociation_subnetId :: Lens' AwsEc2NetworkAclAssociation (Maybe Text) Source #

The identifier of the subnet that is associated with the network ACL.

awsEc2NetworkAclAssociation_networkAclAssociationId :: Lens' AwsEc2NetworkAclAssociation (Maybe Text) Source #

The identifier of the association between the network ACL and the subnet.