| 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.DAX.Types.Subnet
Description
Synopsis
Documentation
Represents the subnet associated with a DAX cluster. This parameter refers to subnets defined in Amazon Virtual Private Cloud (Amazon VPC) and used with DAX.
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.DAX.Types.Subnet | |
| Eq Subnet Source # | |
| Hashable Subnet Source # | |
Defined in Amazonka.DAX.Types.Subnet | |
| type Rep Subnet Source # | |
Defined in Amazonka.DAX.Types.Subnet type Rep Subnet = D1 ('MetaData "Subnet" "Amazonka.DAX.Types.Subnet" "amazonka-dynamodb-dax-2.0-FwsdPL1z9NS2dTys8oHQ2n" 'False) (C1 ('MetaCons "Subnet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "subnetAvailabilityZone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "subnetIdentifier") '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:subnetAvailabilityZone:Subnet', subnet_subnetAvailabilityZone - The Availability Zone (AZ) for the subnet.
$sel:subnetIdentifier:Subnet', subnet_subnetIdentifier - The system-assigned identifier for the subnet.