| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
Amazonka.Neptune.Types.Subnet
Description
Synopsis
Documentation
Specifies a subnet.
This data type is used as a response element in the DescribeDBSubnetGroups action.
See: newSubnet smart constructor.
Constructors
| Subnet' | |
Fields
| |
Instances
| Eq Subnet Source # | |
| Read Subnet Source # | |
| Show Subnet Source # | |
| Generic Subnet Source # | |
| NFData Subnet Source # | |
Defined in Amazonka.Neptune.Types.Subnet | |
| Hashable Subnet Source # | |
Defined in Amazonka.Neptune.Types.Subnet | |
| FromXML Subnet Source # | |
| type Rep Subnet Source # | |
Defined in Amazonka.Neptune.Types.Subnet type Rep Subnet = D1 ('MetaData "Subnet" "Amazonka.Neptune.Types.Subnet" "libZSservicesZSamazonka-neptuneZSamazonka-neptune" 'False) (C1 ('MetaCons "Subnet'" '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 AvailabilityZone))))) | |
Create a value of Subnet 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:Subnet', subnet_subnetStatus - Specifies the status of the subnet.
$sel:subnetIdentifier:Subnet', subnet_subnetIdentifier - Specifies the identifier of the subnet.
$sel:subnetAvailabilityZone:Subnet', subnet_subnetAvailabilityZone - Specifies the EC2 Availability Zone that the subnet is in.
subnet_subnetIdentifier :: Lens' Subnet (Maybe Text) Source #
Specifies the identifier of the subnet.
subnet_subnetAvailabilityZone :: Lens' Subnet (Maybe AvailabilityZone) Source #
Specifies the EC2 Availability Zone that the subnet is in.