Class: Aws::Route53RecoveryReadiness::Types::DNSTargetResource
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Route53RecoveryReadiness::Types::DNSTargetResource
 
- 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
- 
  
    
      #domain_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The domain name that acts as an ingress point to a portion of the customer application. 
- 
  
    
      #hosted_zone_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The hosted zone Amazon Resource Name (ARN) that contains the DNS record with the provided name of the target resource. 
- 
  
    
      #record_set_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Route 53 record set ID that uniquely identifies a DNS record, given a name and a type. 
- 
  
    
      #record_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The type of DNS record of the target resource. 
- 
  
    
      #target_resource  ⇒ Types::TargetResource 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The target resource of the DNS target resource. 
Instance Attribute Details
#domain_name ⇒ String
The domain name that acts as an ingress point to a portion of the customer application.
| 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_arn ⇒ String
The hosted zone Amazon Resource Name (ARN) that contains the DNS record with the provided name of the 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 | 
#record_set_id ⇒ String
The Route 53 record set ID that uniquely identifies a DNS record, given a name and a type.
| 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_type ⇒ String
The type of DNS record of the 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 | 
#target_resource ⇒ Types::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 |