@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:06.181Z") @Stability(value=Experimental) public enum MeshFilterType extends Enum<MeshFilterType>
Default: DROP_ALL
| Enum Constant and Description |
|---|
ALLOW_ALL
(experimental) Allows all outbound traffic.
|
DROP_ALL
(experimental) Allows traffic only to other resources inside the mesh, or API calls to amazon resources.
|
| Modifier and Type | Method and Description |
|---|---|
static MeshFilterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MeshFilterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Stability(value=Experimental) public static final MeshFilterType ALLOW_ALL
@Stability(value=Experimental) public static final MeshFilterType DROP_ALL
public static MeshFilterType[] values()
for (MeshFilterType c : MeshFilterType.values()) System.out.println(c);
public static MeshFilterType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2020. All rights reserved.