Interface CfnMesh.EgressFilterProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnMesh.EgressFilterProperty.Jsii$Proxy
Enclosing class:
CfnMesh

@Stability(Stable) public static interface CfnMesh.EgressFilterProperty extends software.amazon.jsii.JsiiSerializable
An object that represents the egress filter rules for a service mesh.

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.*;
 EgressFilterProperty egressFilterProperty = EgressFilterProperty.builder()
         .type("type")
         .build();
 

See Also: