interface MeshServiceDiscoveryProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.AppMesh.Mixins.CfnMeshPropsMixin.MeshServiceDiscoveryProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsappmesh/mixins#CfnMeshPropsMixin_MeshServiceDiscoveryProperty |
Java | software.amazon.awscdk.mixins.preview.services.appmesh.mixins.CfnMeshPropsMixin.MeshServiceDiscoveryProperty |
Python | aws_cdk.mixins_preview.aws_appmesh.mixins.CfnMeshPropsMixin.MeshServiceDiscoveryProperty |
TypeScript | @aws-cdk/mixins-preview » aws_appmesh » mixins » CfnMeshPropsMixin » 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 { mixins as appmesh_mixins } from '@aws-cdk/mixins-preview/aws-appmesh';
const meshServiceDiscoveryProperty: appmesh_mixins.CfnMeshPropsMixin.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.

.NET
Go
Java
Python
TypeScript