Class AcknowledgementFailed.InputFileS3Attributes.Jsii$Proxy

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

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

  • Method Details

    • getBucket

      public final List<String> getBucket()
      Description copied from interface: AcknowledgementFailed.InputFileS3Attributes
      (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 AcknowledgementFailed.InputFileS3Attributes
    • getObjectKey

      public final List<String> getObjectKey()
      Description copied from interface: AcknowledgementFailed.InputFileS3Attributes
      (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 AcknowledgementFailed.InputFileS3Attributes
    • getObjectSizeBytes

      public final List<String> getObjectSizeBytes()
      Description copied from interface: AcknowledgementFailed.InputFileS3Attributes
      (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 AcknowledgementFailed.InputFileS3Attributes
    • $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