@Stability(value=Stable)
public static interface CfnMesh.MeshSpecProperty
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.*;
MeshSpecProperty meshSpecProperty = MeshSpecProperty.builder()
.egressFilter(EgressFilterProperty.builder()
.type("type")
.build())
.serviceDiscovery(MeshServiceDiscoveryProperty.builder()
.ipPreference("ipPreference")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnMesh.MeshSpecProperty.Builder
A builder for
CfnMesh.MeshSpecProperty |
static class |
CfnMesh.MeshSpecProperty.Jsii$Proxy
An implementation for
CfnMesh.MeshSpecProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnMesh.MeshSpecProperty.Builder |
builder() |
default Object |
getEgressFilter()
The egress filter rules for the service mesh.
|
default Object |
getServiceDiscovery()
An object that represents the service discovery information for a service mesh.
|
@Stability(value=Stable) @Nullable default Object getEgressFilter()
@Stability(value=Stable) @Nullable default Object getServiceDiscovery()
@Stability(value=Stable) static CfnMesh.MeshSpecProperty.Builder builder()
CfnMesh.MeshSpecProperty.Builder of CfnMesh.MeshSpecPropertyCopyright © 2022. All rights reserved.