View a markdown version of this page

AWS::RTBFabric::ResponderGateway HealthCheckConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon 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 Amazon 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