@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:24.431Z") @Stability(value=Experimental) public interface MeshProps extends software.amazon.jsii.JsiiSerializable
Example:
Mesh mesh = Mesh.Builder.create(this, "AppMesh")
.meshName("myAwsMesh")
.egressFilter(MeshFilterType.ALLOW_ALL)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
MeshProps.Builder
A builder for
MeshProps |
static class |
MeshProps.Jsii$Proxy
An implementation for
MeshProps |
| Modifier and Type | Method and Description |
|---|---|
static MeshProps.Builder |
builder() |
default MeshFilterType |
getEgressFilter()
(experimental) Egress filter to be applied to the Mesh.
|
default String |
getMeshName()
(experimental) The name of the Mesh being defined.
|
@Stability(value=Experimental) @Nullable default MeshFilterType getEgressFilter()
Default: DROP_ALL
@Stability(value=Experimental) @Nullable default String getMeshName()
Default: - A name is automatically generated
@Stability(value=Experimental) static MeshProps.Builder builder()
MeshProps.Builder of MeshPropsCopyright © 2022. All rights reserved.