Interface AgreementEvents.AS2MDNSendFailed.AS2MDNSendFailedProps

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

@Stability(Experimental) public static interface AgreementEvents.AS2MDNSendFailed.AS2MDNSendFailedProps extends software.amazon.jsii.JsiiSerializable
(experimental) Props type for Agreement aws.transfer@AS2MDNSendFailed event.

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.*;
 AS2MDNSendFailedProps aS2MDNSendFailedProps = AS2MDNSendFailedProps.builder()
         .agreementId(List.of("agreementId"))
         .as2From(List.of("as2From"))
         .as2MessageId(List.of("as2MessageId"))
         .as2To(List.of("as2To"))
         .bytes(List.of("bytes"))
         .clientIp(List.of("clientIp"))
         .disposition(List.of("disposition"))
         .endTimestamp(List.of("endTimestamp"))
         .eventMetadata(AWSEventMetadataProps.builder()
                 .region(List.of("region"))
                 .resources(List.of("resources"))
                 .version(List.of("version"))
                 .build())
         .failureCode(List.of("failureCode"))
         .failureMessage(List.of("failureMessage"))
         .mdnMessageId(List.of("mdnMessageId"))
         .mdnSubject(List.of("mdnSubject"))
         .mdnType(List.of("mdnType"))
         .requesterFileName(List.of("requesterFileName"))
         .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())
         .serverId(List.of("serverId"))
         .startTimestamp(List.of("startTimestamp"))
         .statusCode(List.of("statusCode"))
         .build();
 
  • Method Details

    • getAgreementId

      @Stability(Experimental) @Nullable default List<String> getAgreementId()
      (experimental) agreement-id property.

      Specify an array of string values to match this event if the actual value of agreement-id is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Filter with the Agreement reference

    • getAs2From

      @Stability(Experimental) @Nullable default List<String> getAs2From()
      (experimental) as2-from property.

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

    • getAs2MessageId

      @Stability(Experimental) @Nullable default List<String> getAs2MessageId()
      (experimental) as2-message-id property.

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

    • getAs2To

      @Stability(Experimental) @Nullable default List<String> getAs2To()
      (experimental) as2-to property.

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

    • getBytes

      @Stability(Experimental) @Nullable default List<String> getBytes()
      (experimental) bytes property.

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

    • getClientIp

      @Stability(Experimental) @Nullable default List<String> getClientIp()
      (experimental) client-ip property.

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

    • getDisposition

      @Stability(Experimental) @Nullable default List<String> getDisposition()
      (experimental) disposition property.

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

    • getEndTimestamp

      @Stability(Experimental) @Nullable default List<String> getEndTimestamp()
      (experimental) end-timestamp property.

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

    • getEventMetadata

      @Stability(Experimental) @Nullable default AWSEventMetadataProps getEventMetadata()
      (experimental) EventBridge event metadata.

      Default: - -

    • getFailureCode

      @Stability(Experimental) @Nullable default List<String> getFailureCode()
      (experimental) failure-code property.

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

    • getFailureMessage

      @Stability(Experimental) @Nullable default List<String> getFailureMessage()
      (experimental) failure-message property.

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

    • getMdnMessageId

      @Stability(Experimental) @Nullable default List<String> getMdnMessageId()
      (experimental) mdn-message-id property.

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

    • getMdnSubject

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

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

    • getMdnType

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

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

    • getRequesterFileName

      @Stability(Experimental) @Nullable default List<String> getRequesterFileName()
      (experimental) requester-file-name property.

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

    • getS3Attributes

      @Stability(Experimental) @Nullable default AgreementEvents.AS2MDNSendFailed.S3Attributes getS3Attributes()
      (experimental) s3-attributes property.

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

    • getServerId

      @Stability(Experimental) @Nullable default List<String> getServerId()
      (experimental) server-id property.

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

    • getStartTimestamp

      @Stability(Experimental) @Nullable default List<String> getStartTimestamp()
      (experimental) start-timestamp property.

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

    • getStatusCode

      @Stability(Experimental) @Nullable default List<String> getStatusCode()
      (experimental) status-code property.

      Specify an array of string values to match this event if the actual value of status-code 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.AS2MDNSendFailed.AS2MDNSendFailedProps.Builder builder()
      Returns:
      a AgreementEvents.AS2MDNSendFailed.AS2MDNSendFailedProps.Builder of AgreementEvents.AS2MDNSendFailed.AS2MDNSendFailedProps