Class: Aws::ARCRegionswitch::Types::Route53HealthCheckConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCRegionswitch::Types::Route53HealthCheckConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-arcregionswitch/types.rb
Overview
The Amazon Route 53 health check configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cross_account_role ⇒ String
The cross account role for the configuration.
-
#external_id ⇒ String
The external ID (secret key) for the configuration.
-
#hosted_zone_id ⇒ String
The Amazon Route 53 health check configuration hosted zone ID.
-
#record_name ⇒ String
The Amazon Route 53 health check configuration record name.
-
#record_sets ⇒ Array<Types::Route53ResourceRecordSet>
The Amazon Route 53 health check configuration record sets.
-
#timeout_minutes ⇒ Integer
The Amazon Route 53 health check configuration time out (in minutes).
Instance Attribute Details
#cross_account_role ⇒ String
The cross account role for the configuration.
2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 |
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 2372 class Route53HealthCheckConfiguration < Struct.new( :timeout_minutes, :cross_account_role, :external_id, :hosted_zone_id, :record_name, :record_sets) SENSITIVE = [] include Aws::Structure end |
#external_id ⇒ String
The external ID (secret key) for the configuration.
2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 |
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 2372 class Route53HealthCheckConfiguration < Struct.new( :timeout_minutes, :cross_account_role, :external_id, :hosted_zone_id, :record_name, :record_sets) SENSITIVE = [] include Aws::Structure end |
#hosted_zone_id ⇒ String
The Amazon Route 53 health check configuration hosted zone ID.
2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 |
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 2372 class Route53HealthCheckConfiguration < Struct.new( :timeout_minutes, :cross_account_role, :external_id, :hosted_zone_id, :record_name, :record_sets) SENSITIVE = [] include Aws::Structure end |
#record_name ⇒ String
The Amazon Route 53 health check configuration record name.
2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 |
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 2372 class Route53HealthCheckConfiguration < Struct.new( :timeout_minutes, :cross_account_role, :external_id, :hosted_zone_id, :record_name, :record_sets) SENSITIVE = [] include Aws::Structure end |
#record_sets ⇒ Array<Types::Route53ResourceRecordSet>
The Amazon Route 53 health check configuration record sets.
2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 |
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 2372 class Route53HealthCheckConfiguration < Struct.new( :timeout_minutes, :cross_account_role, :external_id, :hosted_zone_id, :record_name, :record_sets) SENSITIVE = [] include Aws::Structure end |
#timeout_minutes ⇒ Integer
The Amazon Route 53 health check configuration time out (in minutes).
2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 |
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 2372 class Route53HealthCheckConfiguration < Struct.new( :timeout_minutes, :cross_account_role, :external_id, :hosted_zone_id, :record_name, :record_sets) SENSITIVE = [] include Aws::Structure end |