Class: Aws::Route53GlobalResolver::Types::GetDNSViewOutput

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

#arnString

Amazon Resource Name (ARN) of the DNS view.

Returns:

  • (String)


2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2675

class GetDNSViewOutput < Struct.new(
  :id,
  :arn,
  :client_token,
  :dnssec_validation,
  :edns_client_subnet,
  :firewall_rules_fail_open,
  :name,
  :description,
  :global_resolver_id,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#client_tokenString

A unique, case-sensitive identifier to ensure idempotency. This means that making the same request multiple times with the same clientToken has the same result every time.

Returns:

  • (String)


2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2675

class GetDNSViewOutput < Struct.new(
  :id,
  :arn,
  :client_token,
  :dnssec_validation,
  :edns_client_subnet,
  :firewall_rules_fail_open,
  :name,
  :description,
  :global_resolver_id,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The time and date the DNS view was creates on.

Returns:

  • (Time)


2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2675

class GetDNSViewOutput < Struct.new(
  :id,
  :arn,
  :client_token,
  :dnssec_validation,
  :edns_client_subnet,
  :firewall_rules_fail_open,
  :name,
  :description,
  :global_resolver_id,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

Description of the DNS view.

Returns:

  • (String)


2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2675

class GetDNSViewOutput < Struct.new(
  :id,
  :arn,
  :client_token,
  :dnssec_validation,
  :edns_client_subnet,
  :firewall_rules_fail_open,
  :name,
  :description,
  :global_resolver_id,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#dnssec_validationString

Specifies whether DNSSEC is enabled or disabled for the DNS view.

Returns:

  • (String)


2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2675

class GetDNSViewOutput < Struct.new(
  :id,
  :arn,
  :client_token,
  :dnssec_validation,
  :edns_client_subnet,
  :firewall_rules_fail_open,
  :name,
  :description,
  :global_resolver_id,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#edns_client_subnetString

Specifies whether edns0 client subnet is enabled.

Returns:

  • (String)


2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2675

class GetDNSViewOutput < Struct.new(
  :id,
  :arn,
  :client_token,
  :dnssec_validation,
  :edns_client_subnet,
  :firewall_rules_fail_open,
  :name,
  :description,
  :global_resolver_id,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#firewall_rules_fail_openString

Specifies the DNS Firewall failure mode configuration. When enabled, the DNS Firewall allows DNS queries to proceed if it's unable to properly evaluate them. When disabled, the DNS Firewall blocks DNS queries it's unable to evaluate.

Returns:

  • (String)


2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2675

class GetDNSViewOutput < Struct.new(
  :id,
  :arn,
  :client_token,
  :dnssec_validation,
  :edns_client_subnet,
  :firewall_rules_fail_open,
  :name,
  :description,
  :global_resolver_id,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#global_resolver_idString

ID of the Global Resolver the DNS view is associated to.

Returns:

  • (String)


2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2675

class GetDNSViewOutput < Struct.new(
  :id,
  :arn,
  :client_token,
  :dnssec_validation,
  :edns_client_subnet,
  :firewall_rules_fail_open,
  :name,
  :description,
  :global_resolver_id,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#idString

ID of the DNS view.

Returns:

  • (String)


2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2675

class GetDNSViewOutput < Struct.new(
  :id,
  :arn,
  :client_token,
  :dnssec_validation,
  :edns_client_subnet,
  :firewall_rules_fail_open,
  :name,
  :description,
  :global_resolver_id,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Name of the DNS view.

Returns:

  • (String)


2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2675

class GetDNSViewOutput < Struct.new(
  :id,
  :arn,
  :client_token,
  :dnssec_validation,
  :edns_client_subnet,
  :firewall_rules_fail_open,
  :name,
  :description,
  :global_resolver_id,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Operational status of the DNS view.

Returns:

  • (String)


2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2675

class GetDNSViewOutput < Struct.new(
  :id,
  :arn,
  :client_token,
  :dnssec_validation,
  :edns_client_subnet,
  :firewall_rules_fail_open,
  :name,
  :description,
  :global_resolver_id,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The time and date the DNS view was updated on.

Returns:

  • (Time)


2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2675

class GetDNSViewOutput < Struct.new(
  :id,
  :arn,
  :client_token,
  :dnssec_validation,
  :edns_client_subnet,
  :firewall_rules_fail_open,
  :name,
  :description,
  :global_resolver_id,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end