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
  • 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

      protected Jsii$Proxy(CfnMesh.EgressFilterProperty.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnMesh.EgressFilterProperty.Builder.
  • Method Details

    • getType

      public final String 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 to ALLOW_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 interface CfnMesh.EgressFilterProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object