| 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.Route53.Types.VPC
Description
Documentation
(Private hosted zones only) A complex type that contains information about an Amazon VPC.
If you associate a private hosted zone with an Amazon VPC when you make a CreateHostedZone request, the following parameters are also required.
See: newVPC smart constructor.
Constructors
| VPC' | |
Instances
| FromXML VPC Source # | |
| ToXML VPC Source # | |
Defined in Amazonka.Route53.Types.VPC | |
| Generic VPC Source # | |
| Read VPC Source # | |
| Show VPC Source # | |
| NFData VPC Source # | |
Defined in Amazonka.Route53.Types.VPC | |
| Eq VPC Source # | |
| Hashable VPC Source # | |
Defined in Amazonka.Route53.Types.VPC | |
| type Rep VPC Source # | |
Defined in Amazonka.Route53.Types.VPC type Rep VPC = D1 ('MetaData "VPC" "Amazonka.Route53.Types.VPC" "amazonka-route53-2.0-8wP357MyuPX6rh87d4wklb" 'False) (C1 ('MetaCons "VPC'" 'PrefixI 'True) (S1 ('MetaSel ('Just "vPCId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "vPCRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VPCRegion)))) | |
Create a value of VPC 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:vPCId:VPC', vpc_vPCId - Undocumented member.
$sel:vPCRegion:VPC', vpc_vPCRegion - (Private hosted zones only) The region that an Amazon VPC was created
in.