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.AwsRdsDbSubnetGroupSubnet

Description

 
Synopsis

Documentation

data AwsRdsDbSubnetGroupSubnet Source #

Information about a subnet in a subnet group.

See: newAwsRdsDbSubnetGroupSubnet smart constructor.

Constructors

AwsRdsDbSubnetGroupSubnet' 

Fields

Instances

Instances details
Eq AwsRdsDbSubnetGroupSubnet Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsDbSubnetGroupSubnet

Read AwsRdsDbSubnetGroupSubnet Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsDbSubnetGroupSubnet

Show AwsRdsDbSubnetGroupSubnet Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsDbSubnetGroupSubnet

Generic AwsRdsDbSubnetGroupSubnet Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsDbSubnetGroupSubnet

Associated Types

type Rep AwsRdsDbSubnetGroupSubnet :: Type -> Type #

NFData AwsRdsDbSubnetGroupSubnet Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsDbSubnetGroupSubnet

Hashable AwsRdsDbSubnetGroupSubnet Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsDbSubnetGroupSubnet

ToJSON AwsRdsDbSubnetGroupSubnet Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsDbSubnetGroupSubnet

FromJSON AwsRdsDbSubnetGroupSubnet Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsDbSubnetGroupSubnet

type Rep AwsRdsDbSubnetGroupSubnet Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsDbSubnetGroupSubnet

type Rep AwsRdsDbSubnetGroupSubnet = D1 ('MetaData "AwsRdsDbSubnetGroupSubnet" "Amazonka.SecurityHub.Types.AwsRdsDbSubnetGroupSubnet" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "AwsRdsDbSubnetGroupSubnet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "subnetStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "subnetIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "subnetAvailabilityZone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AwsRdsDbSubnetGroupSubnetAvailabilityZone)))))

newAwsRdsDbSubnetGroupSubnet :: AwsRdsDbSubnetGroupSubnet Source #

Create a value of AwsRdsDbSubnetGroupSubnet 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:subnetStatus:AwsRdsDbSubnetGroupSubnet', awsRdsDbSubnetGroupSubnet_subnetStatus - The status of a subnet in the subnet group.

$sel:subnetIdentifier:AwsRdsDbSubnetGroupSubnet', awsRdsDbSubnetGroupSubnet_subnetIdentifier - The identifier of a subnet in the subnet group.

$sel:subnetAvailabilityZone:AwsRdsDbSubnetGroupSubnet', awsRdsDbSubnetGroupSubnet_subnetAvailabilityZone - Information about the Availability Zone for a subnet in the subnet group.