View a markdown version of this page

AWS::RTBFabric::ResponderGateway HealthCheckConfig - AWS CloudFormation

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: No interruption

IntervalSeconds

Property description not available.

Required: No

Type: Integer

Minimum: 5

Maximum: 60

Update requires: No interruption

Path

Property description not available.

Required: Yes

Type: String

Pattern: ^/.*$

Minimum: 1

Maximum: 128

Update requires: No interruption

Port

Property description not available.

Required: Yes

Type: Integer

Minimum: 80

Maximum: 65535

Update requires: No interruption

Protocol

Property description not available.

Required: No

Type: String

Allowed values: HTTP | HTTPS

Update requires: No interruption

StatusCodeMatcher

Property description not available.

Required: No

Type: String

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

Minimum: 3

Maximum: 2000

Update requires: No interruption

TimeoutMs

Property description not available.

Required: No

Type: Integer

Minimum: 100

Maximum: 5000

Update requires: No interruption

UnhealthyThresholdCount

Property description not available.

Required: No

Type: Integer

Minimum: 2

Maximum: 10

Update requires: No interruption