Class CfnMesh.EgressFilterProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appmesh.CfnMesh.EgressFilterProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMesh.EgressFilterProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMesh.EgressFilterProperty
@Stability(Stable)
@Internal
public static final class CfnMesh.EgressFilterProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMesh.EgressFilterProperty
An implementation for
CfnMesh.EgressFilterProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.appmesh.CfnMesh.EgressFilterProperty
CfnMesh.EgressFilterProperty.Builder, CfnMesh.EgressFilterProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnMesh.EgressFilterProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnMesh.EgressFilterProperty.Builder
.
-
-
Method Details
-
getType
Description copied from interface:CfnMesh.EgressFilterProperty
The egress filter type.By default, the type is
DROP_ALL
, which allows egress only from virtual nodes to other defined resources in the service mesh (and any traffic to*.amazonaws.com
for AWS API calls). You can set the egress filter type toALLOW_ALL
to allow egress to any endpoint inside or outside of the service mesh.If you specify any backends on a virtual node when using
ALLOW_ALL
, you must specifiy all egress for that virtual node as backends. Otherwise,ALLOW_ALL
will no longer work for that virtual node.- Specified by:
getType
in interfaceCfnMesh.EgressFilterProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-