Class: Aws::Route53GlobalResolver::Types::CreateAccessSourceOutput

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

#arn ⇒ String

The Amazon Resource Name (ARN) of the access source.

Returns:

  • (String)


912
913
914
915
916
917
918
919
920
921
922
923
924
925
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 912

class CreateAccessSourceOutput < Struct.new(
  :arn,
  :cidr,
  :created_at,
  :id,
  :ip_address_type,
  :name,
  :dns_view_id,
  :protocol,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#cidr ⇒ String

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

Returns:

  • (String)


912
913
914
915
916
917
918
919
920
921
922
923
924
925
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 912

class CreateAccessSourceOutput < Struct.new(
  :arn,
  :cidr,
  :created_at,
  :id,
  :ip_address_type,
  :name,
  :dns_view_id,
  :protocol,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_at ⇒ Time

The date and time when the access source was created.

Returns:

  • (Time)


912
913
914
915
916
917
918
919
920
921
922
923
924
925
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 912

class CreateAccessSourceOutput < Struct.new(
  :arn,
  :cidr,
  :created_at,
  :id,
  :ip_address_type,
  :name,
  :dns_view_id,
  :protocol,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#dns_view_id ⇒ String

The ID of the DNS view associated with this access source.

Returns:

  • (String)


912
913
914
915
916
917
918
919
920
921
922
923
924
925
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 912

class CreateAccessSourceOutput < Struct.new(
  :arn,
  :cidr,
  :created_at,
  :id,
  :ip_address_type,
  :name,
  :dns_view_id,
  :protocol,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#id ⇒ String

The unique identifier for the access source.

Returns:

  • (String)


912
913
914
915
916
917
918
919
920
921
922
923
924
925
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 912

class CreateAccessSourceOutput < Struct.new(
  :arn,
  :cidr,
  :created_at,
  :id,
  :ip_address_type,
  :name,
  :dns_view_id,
  :protocol,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#ip_address_type ⇒ String

The IP address type for this access source (IPv4 or IPv6).

Returns:

  • (String)


912
913
914
915
916
917
918
919
920
921
922
923
924
925
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 912

class CreateAccessSourceOutput < Struct.new(
  :arn,
  :cidr,
  :created_at,
  :id,
  :ip_address_type,
  :name,
  :dns_view_id,
  :protocol,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#name ⇒ String

The descriptive name of the access source.

Returns:

  • (String)


912
913
914
915
916
917
918
919
920
921
922
923
924
925
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 912

class CreateAccessSourceOutput < Struct.new(
  :arn,
  :cidr,
  :created_at,
  :id,
  :ip_address_type,
  :name,
  :dns_view_id,
  :protocol,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#protocol ⇒ String

The DNS protocol that is permitted for this access source (Do53, DoT, or DoH).

Returns:

  • (String)


912
913
914
915
916
917
918
919
920
921
922
923
924
925
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 912

class CreateAccessSourceOutput < Struct.new(
  :arn,
  :cidr,
  :created_at,
  :id,
  :ip_address_type,
  :name,
  :dns_view_id,
  :protocol,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#status ⇒ String

The operational status of the access source.

Returns:

  • (String)


912
913
914
915
916
917
918
919
920
921
922
923
924
925
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 912

class CreateAccessSourceOutput < Struct.new(
  :arn,
  :cidr,
  :created_at,
  :id,
  :ip_address_type,
  :name,
  :dns_view_id,
  :protocol,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_at ⇒ Time

The date and time when the access source was last updated.

Returns:

  • (Time)


912
913
914
915
916
917
918
919
920
921
922
923
924
925
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 912

class CreateAccessSourceOutput < Struct.new(
  :arn,
  :cidr,
  :created_at,
  :id,
  :ip_address_type,
  :name,
  :dns_view_id,
  :protocol,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end