aws-cdk-lib.aws_appmesh.HealthCheckBindOptions

interface HealthCheckBindOptions

LanguageType name
.NETAmazon.CDK.AWS.AppMesh.HealthCheckBindOptions
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappmesh#HealthCheckBindOptions
Javasoftware.amazon.awscdk.services.appmesh.HealthCheckBindOptions
Pythonaws_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

NameTypeDescription
defaultPort?numberPort for Health Check interface.

defaultPort?

Type: number (optional, default: no default port is provided)

Port for Health Check interface.