| Package | Description |
|---|---|
| software.amazon.awscdk.services.appmesh |
AWS App Mesh Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default MeshFilterType |
MeshProps.getEgressFilter()
Egress filter to be applied to the Mesh.
|
MeshFilterType |
MeshProps.Jsii$Proxy.getEgressFilter() |
static MeshFilterType |
MeshFilterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MeshFilterType[] |
MeshFilterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MeshProps.Builder |
MeshProps.Builder.egressFilter(MeshFilterType egressFilter)
Sets the value of
MeshProps.getEgressFilter() |
Mesh.Builder |
Mesh.Builder.egressFilter(MeshFilterType egressFilter)
Egress filter to be applied to the Mesh.
|
Copyright © 2022. All rights reserved.