Interface ConnectorEvents.AS2MDNReceiveFailed.S3Attributes

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
ConnectorEvents.AS2MDNReceiveFailed.S3Attributes.Jsii$Proxy
Enclosing class:
ConnectorEvents.AS2MDNReceiveFailed

@Stability(Experimental) public static interface ConnectorEvents.AS2MDNReceiveFailed.S3Attributes extends software.amazon.jsii.JsiiSerializable
(experimental) Type definition for 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.transfer.events.*;
 S3Attributes s3Attributes = S3Attributes.builder()
         .fileBucket(List.of("fileBucket"))
         .fileKey(List.of("fileKey"))
         .jsonBucket(List.of("jsonBucket"))
         .jsonKey(List.of("jsonKey"))
         .mdnBucket(List.of("mdnBucket"))
         .mdnKey(List.of("mdnKey"))
         .build();
 
  • Method Details

    • getFileBucket

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

    • getFileKey

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

    • getJsonBucket

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

    • getJsonKey

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

    • getMdnBucket

      @Stability(Experimental) @Nullable default List<String> getMdnBucket()
      (experimental) mdn-bucket property.

      Specify an array of string values to match this event if the actual value of mdn-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

    • getMdnKey

      @Stability(Experimental) @Nullable default List<String> getMdnKey()
      (experimental) mdn-key property.

      Specify an array of string values to match this event if the actual value of mdn-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

    • builder

      @Stability(Experimental) static ConnectorEvents.AS2MDNReceiveFailed.S3Attributes.Builder builder()
      Returns:
      a ConnectorEvents.AS2MDNReceiveFailed.S3Attributes.Builder of ConnectorEvents.AS2MDNReceiveFailed.S3Attributes