Class: Aws::Types::HealthCheckConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alarm_identifierTypes::AlarmIdentifier

Returns the value of attribute alarm_identifier.



740
741
742
# File 'sig/types.rbs', line 740

def alarm_identifier
  @alarm_identifier
end

#child_health_checks::Array[::String]

Returns the value of attribute child_health_checks.

Returns:

  • (::Array[::String])


737
738
739
# File 'sig/types.rbs', line 737

def child_health_checks
  @child_health_checks
end

#disabledBoolean

Returns the value of attribute disabled.

Returns:

  • (Boolean)


735
736
737
# File 'sig/types.rbs', line 735

def disabled
  @disabled
end

#enable_sniBoolean

Returns the value of attribute enable_sni.

Returns:

  • (Boolean)


738
739
740
# File 'sig/types.rbs', line 738

def enable_sni
  @enable_sni
end

#failure_threshold::Integer

Returns the value of attribute failure_threshold.

Returns:

  • (::Integer)


732
733
734
# File 'sig/types.rbs', line 732

def failure_threshold
  @failure_threshold
end

#fully_qualified_domain_name::String

Returns the value of attribute fully_qualified_domain_name.

Returns:

  • (::String)


729
730
731
# File 'sig/types.rbs', line 729

def fully_qualified_domain_name
  @fully_qualified_domain_name
end

#health_threshold::Integer

Returns the value of attribute health_threshold.

Returns:

  • (::Integer)


736
737
738
# File 'sig/types.rbs', line 736

def health_threshold
  @health_threshold
end

#insufficient_data_health_status"Healthy", ...

Returns the value of attribute insufficient_data_health_status.

Returns:

  • ("Healthy", "Unhealthy", "LastKnownStatus")


741
742
743
# File 'sig/types.rbs', line 741

def insufficient_data_health_status
  @insufficient_data_health_status
end

#invertedBoolean

Returns the value of attribute inverted.

Returns:

  • (Boolean)


734
735
736
# File 'sig/types.rbs', line 734

def inverted
  @inverted
end

#ip_address::String

Returns the value of attribute ip_address.

Returns:

  • (::String)


725
726
727
# File 'sig/types.rbs', line 725

def ip_address
  @ip_address
end

#measure_latencyBoolean

Returns the value of attribute measure_latency.

Returns:

  • (Boolean)


733
734
735
# File 'sig/types.rbs', line 733

def measure_latency
  @measure_latency
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


726
727
728
# File 'sig/types.rbs', line 726

def port
  @port
end

#regions::Array[("us-east-1" | "us-west-1" | "us-west-2" | "eu-west-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-northeast-1" | "sa-east-1")]

Returns the value of attribute regions.

Returns:

  • (::Array[("us-east-1" | "us-west-1" | "us-west-2" | "eu-west-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-northeast-1" | "sa-east-1")])


739
740
741
# File 'sig/types.rbs', line 739

def regions
  @regions
end

#request_interval::Integer

Returns the value of attribute request_interval.

Returns:

  • (::Integer)


731
732
733
# File 'sig/types.rbs', line 731

def request_interval
  @request_interval
end

#resource_path::String

Returns the value of attribute resource_path.

Returns:

  • (::String)


728
729
730
# File 'sig/types.rbs', line 728

def resource_path
  @resource_path
end

#routing_control_arn::String

Returns the value of attribute routing_control_arn.

Returns:

  • (::String)


742
743
744
# File 'sig/types.rbs', line 742

def routing_control_arn
  @routing_control_arn
end

#search_string::String

Returns the value of attribute search_string.

Returns:

  • (::String)


730
731
732
# File 'sig/types.rbs', line 730

def search_string
  @search_string
end

#type"HTTP", ...

Returns the value of attribute type.

Returns:

  • ("HTTP", "HTTPS", "HTTP_STR_MATCH", "HTTPS_STR_MATCH", "TCP", "CALCULATED", "CLOUDWATCH_METRIC", "RECOVERY_CONTROL")


727
728
729
# File 'sig/types.rbs', line 727

def type
  @type
end