@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()) .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.
|
@Stability(value=Stable) @Nullable default Object getEgressFilter()
@Stability(value=Stable) static CfnMesh.MeshSpecProperty.Builder builder()
CfnMesh.MeshSpecProperty.Builder
of CfnMesh.MeshSpecProperty
Copyright © 2022. All rights reserved.