Interface CfnMesh.MeshServiceDiscoveryProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMesh.MeshServiceDiscoveryProperty.Jsii$Proxy
- Enclosing class:
- CfnMesh
@Stability(Stable)
public static interface CfnMesh.MeshServiceDiscoveryProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.appmesh.*; MeshServiceDiscoveryProperty meshServiceDiscoveryProperty = MeshServiceDiscoveryProperty.builder() .ipPreference("ipPreference") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnMesh.MeshServiceDiscoveryProperty
static final class
An implementation forCfnMesh.MeshServiceDiscoveryProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIpPreference
The IP version to use to control traffic within the mesh. -
builder
-