interface MeshServiceDiscoveryProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppMesh.CfnMesh.MeshServiceDiscoveryProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsappmesh#CfnMesh_MeshServiceDiscoveryProperty |
![]() | software.amazon.awscdk.services.appmesh.CfnMesh.MeshServiceDiscoveryProperty |
![]() | aws_cdk.aws_appmesh.CfnMesh.MeshServiceDiscoveryProperty |
![]() | 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
Name | Type | Description |
---|---|---|
ip | string | The 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.