interface HealthCheckBindOptions
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.AppMesh.HealthCheckBindOptions |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsappmesh#HealthCheckBindOptions |
Java | software.amazon.awscdk.services.appmesh.HealthCheckBindOptions |
Python | aws_cdk.aws_appmesh.HealthCheckBindOptions |
TypeScript (source) | aws-cdk-lib » aws_appmesh » HealthCheckBindOptions |
Options used for creating the Health Check object.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_appmesh as appmesh } from 'aws-cdk-lib';
const healthCheckBindOptions: appmesh.HealthCheckBindOptions = {
defaultPort: 123,
};
Properties
Name | Type | Description |
---|---|---|
default | number | Port for Health Check interface. |
defaultPort?
Type:
number
(optional, default: no default port is provided)
Port for Health Check interface.