Class: Aws::Route53RecoveryReadiness::Types::DNSTargetResource

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-route53recoveryreadiness/types.rb

Overview

A component for DNS/routing control readiness checks and architecture checks.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The domain name that acts as an ingress point to a portion of the customer application.

Returns:

  • (String)


311
312
313
314
315
316
317
318
319
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 311

class DNSTargetResource < Struct.new(
  :domain_name,
  :hosted_zone_arn,
  :record_set_id,
  :record_type,
  :target_resource)
  SENSITIVE = []
  include Aws::Structure
end

#hosted_zone_arnString

The hosted zone Amazon Resource Name (ARN) that contains the DNS record with the provided name of the target resource.

Returns:

  • (String)


311
312
313
314
315
316
317
318
319
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 311

class DNSTargetResource < Struct.new(
  :domain_name,
  :hosted_zone_arn,
  :record_set_id,
  :record_type,
  :target_resource)
  SENSITIVE = []
  include Aws::Structure
end

#record_set_idString

The Route 53 record set ID that uniquely identifies a DNS record, given a name and a type.

Returns:

  • (String)


311
312
313
314
315
316
317
318
319
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 311

class DNSTargetResource < Struct.new(
  :domain_name,
  :hosted_zone_arn,
  :record_set_id,
  :record_type,
  :target_resource)
  SENSITIVE = []
  include Aws::Structure
end

#record_typeString

The type of DNS record of the target resource.

Returns:

  • (String)


311
312
313
314
315
316
317
318
319
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 311

class DNSTargetResource < Struct.new(
  :domain_name,
  :hosted_zone_arn,
  :record_set_id,
  :record_type,
  :target_resource)
  SENSITIVE = []
  include Aws::Structure
end

#target_resourceTypes::TargetResource

The target resource of the DNS target resource.



311
312
313
314
315
316
317
318
319
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 311

class DNSTargetResource < Struct.new(
  :domain_name,
  :hosted_zone_arn,
  :record_set_id,
  :record_type,
  :target_resource)
  SENSITIVE = []
  include Aws::Structure
end