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 |
Documentation
(Private hosted zones only) A complex type that contains information about an Amazon VPC.
See: newVPC
smart constructor.
Instances
Eq VPC Source # | |
Read VPC Source # | |
Show VPC Source # | |
Generic VPC Source # | |
NFData VPC Source # | |
Defined in Amazonka.Route53.Types.VPC | |
Hashable VPC Source # | |
Defined in Amazonka.Route53.Types.VPC | |
FromXML VPC Source # | |
ToXML 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" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'False) (C1 ('MetaCons "VPC'" 'PrefixI 'True) (S1 ('MetaSel ('Just "vPCRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VPCRegion)) :*: S1 ('MetaSel ('Just "vPCId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) |
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:vPCRegion:VPC'
, vpc_vPCRegion
- (Private hosted zones only) The region that an Amazon VPC was created
in.
$sel:vPCId:VPC'
, vpc_vPCId
- Undocumented member.