| 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.Redshift.Types.Subnet
Description
Synopsis
Documentation
Describes a subnet.
See: newSubnet smart constructor.
Constructors
| Subnet' | |
Fields
| |
Instances
| FromXML Subnet Source # | |
| Generic Subnet Source # | |
| Read Subnet Source # | |
| Show Subnet Source # | |
| NFData Subnet Source # | |
Defined in Amazonka.Redshift.Types.Subnet | |
| Eq Subnet Source # | |
| Hashable Subnet Source # | |
Defined in Amazonka.Redshift.Types.Subnet | |
| type Rep Subnet Source # | |
Defined in Amazonka.Redshift.Types.Subnet type Rep Subnet = D1 ('MetaData "Subnet" "Amazonka.Redshift.Types.Subnet" "amazonka-redshift-2.0-4tocKxBWIuj2GdXa6djdUl" 'False) (C1 ('MetaCons "Subnet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "subnetAvailabilityZone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AvailabilityZone)) :*: (S1 ('MetaSel ('Just "subnetIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "subnetStatus") '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 -
$sel:subnetIdentifier:Subnet', subnet_subnetIdentifier - The identifier of the subnet.
$sel:subnetStatus:Subnet', subnet_subnetStatus - The status of the subnet.