@Stability(value=Stable)
public static interface CfnMesh.MeshServiceDiscoveryProperty
extends software.amazon.jsii.JsiiSerializable
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 String |
getIpPreference()
The IP version to use to control traffic within the mesh.
|
@Stability(value=Stable) @Nullable default String getIpPreference()
@Stability(value=Stable) static CfnMesh.MeshServiceDiscoveryProperty.Builder builder()
Copyright © 2022. All rights reserved.