| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.MemoryDb.Types.Subnet
Description
Synopsis
Documentation
Represents the subnet associated with a cluster. This parameter refers to subnets defined in Amazon Virtual Private Cloud (Amazon VPC) and used with MemoryDB.
See: newSubnet smart constructor.
Constructors
| Subnet' | |
Fields
| |
Instances
| FromJSON Subnet Source # | |
| Generic Subnet Source # | |
| Read Subnet Source # | |
| Show Subnet Source # | |
| NFData Subnet Source # | |
Defined in Amazonka.MemoryDb.Types.Subnet | |
| Eq Subnet Source # | |
| Hashable Subnet Source # | |
Defined in Amazonka.MemoryDb.Types.Subnet | |
| type Rep Subnet Source # | |
Defined in Amazonka.MemoryDb.Types.Subnet type Rep Subnet = D1 ('MetaData "Subnet" "Amazonka.MemoryDb.Types.Subnet" "amazonka-memorydb-2.0-7JvPQiLpSKi6naAXiKMLiu" 'False) (C1 ('MetaCons "Subnet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "availabilityZone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AvailabilityZone)) :*: S1 ('MetaSel ('Just "identifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) | |
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:availabilityZone:Subnet', subnet_availabilityZone - The Availability Zone where the subnet resides
$sel:identifier:Subnet', subnet_identifier - The unique identifier for the subnet.
subnet_availabilityZone :: Lens' Subnet (Maybe AvailabilityZone) Source #
The Availability Zone where the subnet resides