Class: Aws::ARCRegionswitch::Types::Route53HealthCheckConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCRegionswitch::Types::Route53HealthCheckConfiguration
- Defined in:
- gems/aws-sdk-arcregionswitch/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.
1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1790 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.
1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1790 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.
1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1790 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.
1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1790 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.
1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1790 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).
1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1790 class Route53HealthCheckConfiguration < Struct.new( :timeout_minutes, :cross_account_role, :external_id, :hosted_zone_id, :record_name, :record_sets) SENSITIVE = [] include Aws::Structure end |