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 |
Documentation
data ClassicLinkDnsSupport Source #
Describes the ClassicLink DNS support status of a VPC.
See: newClassicLinkDnsSupport
smart constructor.
Instances
newClassicLinkDnsSupport :: ClassicLinkDnsSupport Source #
Create a value of ClassicLinkDnsSupport
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:classicLinkDnsSupported:ClassicLinkDnsSupport'
, classicLinkDnsSupport_classicLinkDnsSupported
- Indicates whether ClassicLink DNS support is enabled for the VPC.
$sel:vpcId:ClassicLinkDnsSupport'
, classicLinkDnsSupport_vpcId
- The ID of the VPC.
classicLinkDnsSupport_classicLinkDnsSupported :: Lens' ClassicLinkDnsSupport (Maybe Bool) Source #
Indicates whether ClassicLink DNS support is enabled for the VPC.
classicLinkDnsSupport_vpcId :: Lens' ClassicLinkDnsSupport (Maybe Text) Source #
The ID of the VPC.