Interface TransformationFailed.InputFileS3Attributes

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
TransformationFailed.InputFileS3Attributes.Jsii$Proxy
Enclosing class:
TransformationFailed

@Stability(Experimental) public static interface TransformationFailed.InputFileS3Attributes extends software.amazon.jsii.JsiiSerializable
(experimental) Type definition for Input-file-s3-attributes.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.mixins.preview.services.b2bi.events.*;
 InputFileS3Attributes inputFileS3Attributes = InputFileS3Attributes.builder()
         .bucket(List.of("bucket"))
         .objectKey(List.of("objectKey"))
         .objectSizeBytes(List.of("objectSizeBytes"))
         .build();
 
  • Method Details

    • getBucket

      @Stability(Experimental) @Nullable default List<String> getBucket()
      (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

    • getObjectKey

      @Stability(Experimental) @Nullable default List<String> getObjectKey()
      (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

    • getObjectSizeBytes

      @Stability(Experimental) @Nullable default List<String> getObjectSizeBytes()
      (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

    • builder

      @Stability(Experimental) static TransformationFailed.InputFileS3Attributes.Builder builder()
      Returns:
      a TransformationFailed.InputFileS3Attributes.Builder of TransformationFailed.InputFileS3Attributes