Class: Aws::EC2::Types::DnsOptionsSpecification

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

Overview

Describes the DNS options for an endpoint.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dns_record_ip_typeString

The DNS records created for the endpoint.

Returns:

  • (String)


32498
32499
32500
32501
32502
32503
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32498

class DnsOptionsSpecification < Struct.new(
  :dns_record_ip_type,
  :private_dns_only_for_inbound_resolver_endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#private_dns_only_for_inbound_resolver_endpointBoolean

Indicates whether to enable private DNS only for inbound endpoints. This option is available only for services that support both gateway and interface endpoints. It routes traffic that originates from the VPC to the gateway endpoint and traffic that originates from on-premises to the interface endpoint.

Returns:

  • (Boolean)


32498
32499
32500
32501
32502
32503
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32498

class DnsOptionsSpecification < Struct.new(
  :dns_record_ip_type,
  :private_dns_only_for_inbound_resolver_endpoint)
  SENSITIVE = []
  include Aws::Structure
end