Class FirewallAttachmentStatusChanged.DataItem.Jsii$Proxy

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

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

  • Method Details

    • getAvailabilityZone

      public final List<String> getAvailabilityZone()
      Description copied from interface: FirewallAttachmentStatusChanged.DataItem
      (experimental) Availability Zone property.

      Specify an array of string values to match this event if the actual value of Availability Zone 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:
      getAvailabilityZone in interface FirewallAttachmentStatusChanged.DataItem
    • getCurrentAttachmentStatus

      public final List<String> getCurrentAttachmentStatus()
      Description copied from interface: FirewallAttachmentStatusChanged.DataItem
      (experimental) Current Attachment Status property.

      Specify an array of string values to match this event if the actual value of Current Attachment Status 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:
      getCurrentAttachmentStatus in interface FirewallAttachmentStatusChanged.DataItem
    • getEndpointId

      public final List<String> getEndpointId()
      Description copied from interface: FirewallAttachmentStatusChanged.DataItem
      (experimental) Endpoint ID property.

      Specify an array of string values to match this event if the actual value of Endpoint ID 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:
      getEndpointId in interface FirewallAttachmentStatusChanged.DataItem
    • getPreviousAttachmentStatus

      public final List<String> getPreviousAttachmentStatus()
      Description copied from interface: FirewallAttachmentStatusChanged.DataItem
      (experimental) Previous Attachment Status property.

      Specify an array of string values to match this event if the actual value of Previous Attachment Status 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:
      getPreviousAttachmentStatus in interface FirewallAttachmentStatusChanged.DataItem
    • $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