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:IntegerIntervalSeconds:IntegerPath:StringPort:IntegerProtocol:StringStatusCodeMatcher:StringTimeoutMs:IntegerUnhealthyThresholdCount:Integer
Properties
HealthyThresholdCountProperty description not available.
Required: No
Type: Integer
Minimum:
2Maximum:
10Update requires: No interruption
IntervalSecondsProperty description not available.
Required: No
Type: Integer
Minimum:
5Maximum:
60Update requires: No interruption
PathProperty description not available.
Required: Yes
Type: String
Pattern:
^/.*$Minimum:
1Maximum:
128Update requires: No interruption
PortProperty description not available.
Required: Yes
Type: Integer
Minimum:
80Maximum:
65535Update requires: No interruption
ProtocolProperty description not available.
Required: No
Type: String
Allowed values:
HTTP | HTTPSUpdate requires: No interruption
StatusCodeMatcherProperty description not available.
Required: No
Type: String
Pattern:
^[0-9,\-]+$Minimum:
3Maximum:
2000Update requires: No interruption
TimeoutMsProperty description not available.
Required: No
Type: Integer
Minimum:
100Maximum:
5000Update requires: No interruption
UnhealthyThresholdCountProperty description not available.
Required: No
Type: Integer
Minimum:
2Maximum:
10Update requires: No interruption