Class: Aws::Route53GlobalResolver::Types::CreateAccessSourceInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cidrString

The IP address or CIDR range that is allowed to send DNS queries to the Route 53 Global Resolver.

Returns:

  • (String)


856
857
858
859
860
861
862
863
864
865
866
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 856

class CreateAccessSourceInput < Struct.new(
  :cidr,
  :client_token,
  :ip_address_type,
  :name,
  :dns_view_id,
  :protocol,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#client_tokenString

A unique string that identifies the request and ensures idempotency.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


856
857
858
859
860
861
862
863
864
865
866
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 856

class CreateAccessSourceInput < Struct.new(
  :cidr,
  :client_token,
  :ip_address_type,
  :name,
  :dns_view_id,
  :protocol,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#dns_view_idString

The ID of the DNS view to associate with this access source.

Returns:

  • (String)


856
857
858
859
860
861
862
863
864
865
866
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 856

class CreateAccessSourceInput < Struct.new(
  :cidr,
  :client_token,
  :ip_address_type,
  :name,
  :dns_view_id,
  :protocol,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#ip_address_typeString

The IP address type for this access source. Valid values are IPv4 and IPv6 (if the Route 53 Global Resolver supports dual-stack).

Returns:

  • (String)


856
857
858
859
860
861
862
863
864
865
866
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 856

class CreateAccessSourceInput < Struct.new(
  :cidr,
  :client_token,
  :ip_address_type,
  :name,
  :dns_view_id,
  :protocol,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A descriptive name for the access source.

Returns:

  • (String)


856
857
858
859
860
861
862
863
864
865
866
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 856

class CreateAccessSourceInput < Struct.new(
  :cidr,
  :client_token,
  :ip_address_type,
  :name,
  :dns_view_id,
  :protocol,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#protocolString

The DNS protocol that is permitted for this access source. Valid values are Do53 (DNS over port 53), DoT (DNS over TLS), and DoH (DNS over HTTPS).

Returns:

  • (String)


856
857
858
859
860
861
862
863
864
865
866
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 856

class CreateAccessSourceInput < Struct.new(
  :cidr,
  :client_token,
  :ip_address_type,
  :name,
  :dns_view_id,
  :protocol,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Tags to associate with the access source.

Returns:

  • (Hash<String,String>)


856
857
858
859
860
861
862
863
864
865
866
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 856

class CreateAccessSourceInput < Struct.new(
  :cidr,
  :client_token,
  :ip_address_type,
  :name,
  :dns_view_id,
  :protocol,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end