public static interface CfnMesh.MeshServiceDiscoveryProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnMesh.MeshServiceDiscoveryProperty.Builder
A builder for
CfnMesh.MeshServiceDiscoveryProperty |
static class |
CfnMesh.MeshServiceDiscoveryProperty.Jsii$Proxy
An implementation for
CfnMesh.MeshServiceDiscoveryProperty |
Modifier and Type | Method and Description |
---|---|
static CfnMesh.MeshServiceDiscoveryProperty.Builder |
builder() |
default java.lang.String |
getIpPreference()
The IP version to use to control traffic within the mesh.
|
default java.lang.String getIpPreference()
static CfnMesh.MeshServiceDiscoveryProperty.Builder builder()