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