AWSVPCSubnetPrivateDnsNameOptionsOnLaunch
No description
type AWSVPCSubnetPrivateDnsNameOptionsOnLaunch {
enableResourceNameDnsAAAARecord: Boolean!
enableResourceNameDnsARecord: Boolean!
hostnameType: AWSVPCSubnetHostnameType!
}
Fields
AWSVPCSubnetPrivateDnsNameOptionsOnLaunch.enableResourceNameDnsAAAARecord
● Boolean!
non-null scalar
Indicates whether to respond to DNS queries for instance hostname with DNS AAAA records
AWSVPCSubnetPrivateDnsNameOptionsOnLaunch.enableResourceNameDnsARecord
● Boolean!
non-null scalar
Indicates whether to respond to DNS queries for instance hostnames with DNS A records
AWSVPCSubnetPrivateDnsNameOptionsOnLaunch.hostnameType
● AWSVPCSubnetHostnameType!
non-null enum
The type of hostname for EC2 instances. For IPv4 only subnets, an instance DNS name must be based on the instance IPv4 address
Member of
AWSVPCSubnet
object