Class AcknowledgementCompleted.AckFileS3Attributes.Jsii$Proxy

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

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

  • Method Details

    • getBucket

      public final List<String> getBucket()
      Description copied from interface: AcknowledgementCompleted.AckFileS3Attributes
      (experimental) bucket property.

      Specify an array of string values to match this event if the actual value of bucket 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:
      getBucket in interface AcknowledgementCompleted.AckFileS3Attributes
    • getObjectKey

      public final List<String> getObjectKey()
      Description copied from interface: AcknowledgementCompleted.AckFileS3Attributes
      (experimental) object-key property.

      Specify an array of string values to match this event if the actual value of object-key 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:
      getObjectKey in interface AcknowledgementCompleted.AckFileS3Attributes
    • getObjectSizeBytes

      public final List<String> getObjectSizeBytes()
      Description copied from interface: AcknowledgementCompleted.AckFileS3Attributes
      (experimental) object-size-bytes property.

      Specify an array of string values to match this event if the actual value of object-size-bytes 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:
      getObjectSizeBytes in interface AcknowledgementCompleted.AckFileS3Attributes
    • $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