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_role ⇒ String

The cross account role for the configuration.

Returns:

  • (String)


2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2537

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.

Returns:

  • (String)


2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2537

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.

Returns:

  • (String)


2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2537

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.

Returns:

  • (String)


2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2537

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.



2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2537

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).

Returns:

  • (Integer)


2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2537

class Route53HealthCheckConfiguration < Struct.new(
  :timeout_minutes,
  :cross_account_role,
  :external_id,
  :hosted_zone_id,
  :record_name,
  :record_sets)
  SENSITIVE = []
  include Aws::Structure
end