Class: Aws::Route53GlobalResolver::Types::GetDNSViewOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53GlobalResolver::Types::GetDNSViewOutput
- Defined in:
- gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
Amazon Resource Name (ARN) of the DNS view.
-
#client_token ⇒ String
A unique, case-sensitive identifier to ensure idempotency.
-
#created_at ⇒ Time
The time and date the DNS view was creates on.
-
#description ⇒ String
Description of the DNS view.
-
#dnssec_validation ⇒ String
Specifies whether DNSSEC is enabled or disabled for the DNS view.
-
#edns_client_subnet ⇒ String
Specifies whether edns0 client subnet is enabled.
-
#firewall_rules_fail_open ⇒ String
Specifies the DNS Firewall failure mode configuration.
-
#global_resolver_id ⇒ String
ID of the Global Resolver the DNS view is associated to.
-
#id ⇒ String
ID of the DNS view.
-
#name ⇒ String
Name of the DNS view.
-
#status ⇒ String
Operational status of the DNS view.
-
#updated_at ⇒ Time
The time and date the DNS view was updated on.
Instance Attribute Details
#arn ⇒ String
Amazon Resource Name (ARN) of the DNS view.
2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2709 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_token ⇒ String
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.
2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2709 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_at ⇒ Time
The time and date the DNS view was creates on.
2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2709 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 |
#description ⇒ String
Description of the DNS view.
2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2709 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_validation ⇒ String
Specifies whether DNSSEC is enabled or disabled for the DNS view.
2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2709 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_subnet ⇒ String
Specifies whether edns0 client subnet is enabled.
2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2709 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_open ⇒ String
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.
2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2709 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_id ⇒ String
ID of the Global Resolver the DNS view is associated to.
2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2709 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 |
#id ⇒ String
ID of the DNS view.
2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2709 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 |
#name ⇒ String
Name of the DNS view.
2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2709 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 |
#status ⇒ String
Operational status of the DNS view.
2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2709 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_at ⇒ Time
The time and date the DNS view was updated on.
2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2709 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 |