aws-cdk-lib.aws_appmesh.CfnMesh.MeshServiceDiscoveryProperty

interface MeshServiceDiscoveryProperty

LanguageType name
.NETAmazon.CDK.AWS.AppMesh.CfnMesh.MeshServiceDiscoveryProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappmesh#CfnMesh_MeshServiceDiscoveryProperty
Javasoftware.amazon.awscdk.services.appmesh.CfnMesh.MeshServiceDiscoveryProperty
Pythonaws_cdk.aws_appmesh.CfnMesh.MeshServiceDiscoveryProperty
TypeScript aws-cdk-lib » aws_appmesh » CfnMesh » MeshServiceDiscoveryProperty

An object that represents the service discovery information for a service mesh.

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 meshServiceDiscoveryProperty: appmesh.CfnMesh.MeshServiceDiscoveryProperty = {
  ipPreference: 'ipPreference',
};

Properties

NameTypeDescription
ipPreference?stringThe IP version to use to control traffic within the mesh.

ipPreference?

Type: string (optional)

The IP version to use to control traffic within the mesh.