Class AS2PayloadReceiveCompleted.S3Attributes.Jsii$Proxy

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

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

  • Method Details

    • getFileBucket

      public final List<String> getFileBucket()
      Description copied from interface: AS2PayloadReceiveCompleted.S3Attributes
      (experimental) file-bucket property.

      Specify an array of string values to match this event if the actual value of file-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:
      getFileBucket in interface AS2PayloadReceiveCompleted.S3Attributes
    • getFileKey

      public final List<String> getFileKey()
      Description copied from interface: AS2PayloadReceiveCompleted.S3Attributes
      (experimental) file-key property.

      Specify an array of string values to match this event if the actual value of file-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:
      getFileKey in interface AS2PayloadReceiveCompleted.S3Attributes
    • getJsonBucket

      public final List<String> getJsonBucket()
      Description copied from interface: AS2PayloadReceiveCompleted.S3Attributes
      (experimental) json-bucket property.

      Specify an array of string values to match this event if the actual value of json-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:
      getJsonBucket in interface AS2PayloadReceiveCompleted.S3Attributes
    • getJsonKey

      public final List<String> getJsonKey()
      Description copied from interface: AS2PayloadReceiveCompleted.S3Attributes
      (experimental) json-key property.

      Specify an array of string values to match this event if the actual value of json-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:
      getJsonKey in interface AS2PayloadReceiveCompleted.S3Attributes
    • $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