interface HealthCheckConfigProperty
Language Type name
.NETAmazon.CDK.AWS.RTBFabric.CfnResponderGateway.HealthCheckConfigProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsrtbfabric#CfnResponderGateway_HealthCheckConfigProperty
Javasoftware.amazon.awscdk.services.rtbfabric.CfnResponderGateway.HealthCheckConfigProperty
Pythonaws_cdk.aws_rtbfabric.CfnResponderGateway.HealthCheckConfigProperty
TypeScript aws-cdk-lib » aws_rtbfabric » CfnResponderGateway » HealthCheckConfigProperty
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-respondergateway-healthcheckconfig.html
Example
import { aws_rtbfabric as rtbfabric } from 'aws-cdk-lib' ;
const healthCheckConfigProperty: rtbfabric.CfnResponderGateway.HealthCheckConfigProperty = {
path: 'path' ,
port: 123 ,
healthyThresholdCount: 123 ,
intervalSeconds: 123 ,
protocol: 'protocol' ,
statusCodeMatcher: 'statusCodeMatcher' ,
timeoutMs: 123 ,
unhealthyThresholdCount: 123 ,
};
Properties
Name Type Description
path string
port number
healthyThresholdCount? number
intervalSeconds? number
protocol? string
statusCodeMatcher? string
timeoutMs? number
unhealthyThresholdCount? number
path
Type:
string
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-respondergateway-healthcheckconfig.html#cfn-rtbfabric-respondergateway-healthcheckconfig-path
port
Type:
number
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-respondergateway-healthcheckconfig.html#cfn-rtbfabric-respondergateway-healthcheckconfig-port
healthyThresholdCount?
Type:
number
(optional)
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-respondergateway-healthcheckconfig.html#cfn-rtbfabric-respondergateway-healthcheckconfig-healthythresholdcount
intervalSeconds?
Type:
number
(optional)
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-respondergateway-healthcheckconfig.html#cfn-rtbfabric-respondergateway-healthcheckconfig-intervalseconds
protocol?
Type:
string
(optional)
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-respondergateway-healthcheckconfig.html#cfn-rtbfabric-respondergateway-healthcheckconfig-protocol
statusCodeMatcher?
Type:
string
(optional)
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-respondergateway-healthcheckconfig.html#cfn-rtbfabric-respondergateway-healthcheckconfig-statuscodematcher
timeoutMs?
Type:
number
(optional)
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-respondergateway-healthcheckconfig.html#cfn-rtbfabric-respondergateway-healthcheckconfig-timeoutms
unhealthyThresholdCount?
Type:
number
(optional)
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-respondergateway-healthcheckconfig.html#cfn-rtbfabric-respondergateway-healthcheckconfig-unhealthythresholdcount