Class ECSTaskStateChange.NetworkInterfaceDetails.Jsii$Proxy

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

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

  • Method Details

    • getAttachmentId

      public final List<String> getAttachmentId()
      Description copied from interface: ECSTaskStateChange.NetworkInterfaceDetails
      (experimental) attachmentId property.

      Specify an array of string values to match this event if the actual value of attachmentId 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:
      getAttachmentId in interface ECSTaskStateChange.NetworkInterfaceDetails
    • getIpv6Address

      public final List<String> getIpv6Address()
      Description copied from interface: ECSTaskStateChange.NetworkInterfaceDetails
      (experimental) ipv6Address property.

      Specify an array of string values to match this event if the actual value of ipv6Address 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:
      getIpv6Address in interface ECSTaskStateChange.NetworkInterfaceDetails
    • getPrivateIpv4Address

      public final List<String> getPrivateIpv4Address()
      Description copied from interface: ECSTaskStateChange.NetworkInterfaceDetails
      (experimental) privateIpv4Address property.

      Specify an array of string values to match this event if the actual value of privateIpv4Address 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:
      getPrivateIpv4Address in interface ECSTaskStateChange.NetworkInterfaceDetails
    • $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