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 |
Synopsis
- data PrivateDnsNameOptionsOnLaunch = PrivateDnsNameOptionsOnLaunch' {}
- newPrivateDnsNameOptionsOnLaunch :: PrivateDnsNameOptionsOnLaunch
- privateDnsNameOptionsOnLaunch_enableResourceNameDnsAAAARecord :: Lens' PrivateDnsNameOptionsOnLaunch (Maybe Bool)
- privateDnsNameOptionsOnLaunch_enableResourceNameDnsARecord :: Lens' PrivateDnsNameOptionsOnLaunch (Maybe Bool)
- privateDnsNameOptionsOnLaunch_hostnameType :: Lens' PrivateDnsNameOptionsOnLaunch (Maybe HostnameType)
Documentation
data PrivateDnsNameOptionsOnLaunch Source #
Describes the options for instance hostnames.
See: newPrivateDnsNameOptionsOnLaunch
smart constructor.
PrivateDnsNameOptionsOnLaunch' | |
|
Instances
newPrivateDnsNameOptionsOnLaunch :: PrivateDnsNameOptionsOnLaunch Source #
Create a value of PrivateDnsNameOptionsOnLaunch
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:enableResourceNameDnsAAAARecord:PrivateDnsNameOptionsOnLaunch'
, privateDnsNameOptionsOnLaunch_enableResourceNameDnsAAAARecord
- Indicates whether to respond to DNS queries for instance hostname with
DNS AAAA records.
$sel:enableResourceNameDnsARecord:PrivateDnsNameOptionsOnLaunch'
, privateDnsNameOptionsOnLaunch_enableResourceNameDnsARecord
- Indicates whether to respond to DNS queries for instance hostnames with
DNS A records.
$sel:hostnameType:PrivateDnsNameOptionsOnLaunch'
, privateDnsNameOptionsOnLaunch_hostnameType
- The type of hostname for EC2 instances. For IPv4 only subnets, an
instance DNS name must be based on the instance IPv4 address. For IPv6
only subnets, an instance DNS name must be based on the instance ID. For
dual-stack subnets, you can specify whether DNS names use the instance
IPv4 address or the instance ID.
privateDnsNameOptionsOnLaunch_enableResourceNameDnsAAAARecord :: Lens' PrivateDnsNameOptionsOnLaunch (Maybe Bool) Source #
Indicates whether to respond to DNS queries for instance hostname with DNS AAAA records.
privateDnsNameOptionsOnLaunch_enableResourceNameDnsARecord :: Lens' PrivateDnsNameOptionsOnLaunch (Maybe Bool) Source #
Indicates whether to respond to DNS queries for instance hostnames with DNS A records.
privateDnsNameOptionsOnLaunch_hostnameType :: Lens' PrivateDnsNameOptionsOnLaunch (Maybe HostnameType) Source #
The type of hostname for EC2 instances. For IPv4 only subnets, an instance DNS name must be based on the instance IPv4 address. For IPv6 only subnets, an instance DNS name must be based on the instance ID. For dual-stack subnets, you can specify whether DNS names use the instance IPv4 address or the instance ID.