Class ECSTaskStateChange.NetworkBindingDetails.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.ecs.events.ECSTaskStateChange.NetworkBindingDetails.Jsii$Proxy
All Implemented Interfaces:
ECSTaskStateChange.NetworkBindingDetails, software.amazon.jsii.JsiiSerializable
Enclosing interface:
ECSTaskStateChange.NetworkBindingDetails

@Stability(Experimental) @Internal public static final class ECSTaskStateChange.NetworkBindingDetails.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ECSTaskStateChange.NetworkBindingDetails
  • Constructor Details

  • Method Details

    • getBindIp

      public final List<String> getBindIp()
      Description copied from interface: ECSTaskStateChange.NetworkBindingDetails
      (experimental) bindIP property.

      Specify an array of string values to match this event if the actual value of bindIP is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

      Specified by:
      getBindIp in interface ECSTaskStateChange.NetworkBindingDetails
    • getContainerPort

      public final List<String> getContainerPort()
      Description copied from interface: ECSTaskStateChange.NetworkBindingDetails
      (experimental) containerPort property.

      Specify an array of string values to match this event if the actual value of containerPort is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

      Specified by:
      getContainerPort in interface ECSTaskStateChange.NetworkBindingDetails
    • getHostPort

      public final List<String> getHostPort()
      Description copied from interface: ECSTaskStateChange.NetworkBindingDetails
      (experimental) hostPort property.

      Specify an array of string values to match this event if the actual value of hostPort is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

      Specified by:
      getHostPort in interface ECSTaskStateChange.NetworkBindingDetails
    • getProtocol

      public final List<String> getProtocol()
      Description copied from interface: ECSTaskStateChange.NetworkBindingDetails
      (experimental) protocol property.

      Specify an array of string values to match this event if the actual value of protocol is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

      Specified by:
      getProtocol in interface ECSTaskStateChange.NetworkBindingDetails
    • $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