AWS::RTBFabric::ResponderGateway HealthCheckConfig - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::RTBFabric::ResponderGateway HealthCheckConfig

The HealthCheckConfig property type specifies Property description not available. for an AWS::RTBFabric::ResponderGateway.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "HealthyThresholdCount" : Integer, "IntervalSeconds" : Integer, "Path" : String, "Port" : Integer, "Protocol" : String, "StatusCodeMatcher" : String, "TimeoutMs" : Integer, "UnhealthyThresholdCount" : Integer }

YAML

HealthyThresholdCount: Integer IntervalSeconds: Integer Path: String Port: Integer Protocol: String StatusCodeMatcher: String TimeoutMs: Integer UnhealthyThresholdCount: Integer

Properties

HealthyThresholdCount

Property description not available.

Required: No

Type: Integer

Minimum: 2

Maximum: 10

Update requires: Some interruptions

IntervalSeconds

Property description not available.

Required: No

Type: Integer

Minimum: 5

Maximum: 60

Update requires: Some interruptions

Path

Property description not available.

Required: Yes

Type: String

Pattern: ^/.*$

Minimum: 1

Maximum: 128

Update requires: Some interruptions

Port

Property description not available.

Required: Yes

Type: Integer

Minimum: 80

Maximum: 65535

Update requires: Some interruptions

Protocol

Property description not available.

Required: No

Type: String

Allowed values: HTTP | HTTPS

Update requires: Some interruptions

StatusCodeMatcher

Property description not available.

Required: No

Type: String

Pattern: ^[0-9,\-]+$

Minimum: 3

Maximum: 2000

Update requires: Some interruptions

TimeoutMs

Property description not available.

Required: No

Type: Integer

Minimum: 100

Maximum: 5000

Update requires: Some interruptions

UnhealthyThresholdCount

Property description not available.

Required: No

Type: Integer

Minimum: 2

Maximum: 10

Update requires: Some interruptions