Class: Aws::EC2::Types::PrivateDnsNameOptionsOnLaunch

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Describes the options for instance hostnames.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enable_resource_name_dns_a_recordBoolean

Indicates whether to respond to DNS queries for instance hostnames with DNS A records.

Returns:

  • (Boolean)


53918
53919
53920
53921
53922
53923
53924
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53918

class PrivateDnsNameOptionsOnLaunch < Struct.new(
  :hostname_type,
  :enable_resource_name_dns_a_record,
  :enable_resource_name_dns_aaaa_record)
  SENSITIVE = []
  include Aws::Structure
end

#enable_resource_name_dns_aaaa_recordBoolean

Indicates whether to respond to DNS queries for instance hostname with DNS AAAA records.

Returns:

  • (Boolean)


53918
53919
53920
53921
53922
53923
53924
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53918

class PrivateDnsNameOptionsOnLaunch < Struct.new(
  :hostname_type,
  :enable_resource_name_dns_a_record,
  :enable_resource_name_dns_aaaa_record)
  SENSITIVE = []
  include Aws::Structure
end

#hostname_typeString

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.

Returns:

  • (String)


53918
53919
53920
53921
53922
53923
53924
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53918

class PrivateDnsNameOptionsOnLaunch < Struct.new(
  :hostname_type,
  :enable_resource_name_dns_a_record,
  :enable_resource_name_dns_aaaa_record)
  SENSITIVE = []
  include Aws::Structure
end