Class: Aws::ARCRegionswitch::Types::Route53HealthCheckConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cross_account_roleString

The cross account role for the configuration.

Returns:

  • (String)


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_idString

The external ID (secret key) for the configuration.

Returns:

  • (String)


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_idString

The Amazon Route 53 health check configuration hosted zone ID.

Returns:

  • (String)


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_nameString

The Amazon Route 53 health check configuration record name.

Returns:

  • (String)


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_setsArray<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_minutesInteger

The Amazon Route 53 health check configuration time out (in minutes).

Returns:

  • (Integer)


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