Class: Aws::Route53GlobalResolver::Types::EnableDNSViewOutput

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

The Amazon Resource Name (ARN) of the enabled DNS view.

Returns:

  • (String)


2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2296

class EnableDNSViewOutput < 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

The unique string that identifies the request and ensures idempotency.

Returns:

  • (String)


2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2296

class EnableDNSViewOutput < 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 date and time when the DNS view was originally created.

Returns:

  • (Time)


2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2296

class EnableDNSViewOutput < 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

The description of the enabled DNS view.

Returns:

  • (String)


2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2296

class EnableDNSViewOutput < 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

Whether DNSSEC validation is enabled for the enabled DNS view.

Returns:

  • (String)


2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2296

class EnableDNSViewOutput < 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

Whether EDNS Client Subnet injection is enabled for the enabled DNS view.

Returns:

  • (String)


2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2296

class EnableDNSViewOutput < 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

The firewall rules fail-open behavior configured for the enabled DNS view.

Returns:

  • (String)


2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2296

class EnableDNSViewOutput < 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

The ID of the Route 53 Global Resolver that the enabled DNS view is associated with.

Returns:

  • (String)


2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2296

class EnableDNSViewOutput < 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

The unique identifier of the enabled DNS view.

Returns:

  • (String)


2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2296

class EnableDNSViewOutput < 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

The name of the enabled DNS view.

Returns:

  • (String)


2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2296

class EnableDNSViewOutput < 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

The current status of the enabled DNS view.

Returns:

  • (String)


2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2296

class EnableDNSViewOutput < 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 date and time when the DNS view was last updated.

Returns:

  • (Time)


2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2296

class EnableDNSViewOutput < 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