Interface AgreementEvents.AS2PayloadReceiveFailed.S3Attributes

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

@Stability(Experimental) public static interface AgreementEvents.AS2PayloadReceiveFailed.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"))
         .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

    • builder

      @Stability(Experimental) static AgreementEvents.AS2PayloadReceiveFailed.S3Attributes.Builder builder()
      Returns:
      a AgreementEvents.AS2PayloadReceiveFailed.S3Attributes.Builder of AgreementEvents.AS2PayloadReceiveFailed.S3Attributes