Interface ConnectorEvents.AS2PayloadSendFailed.AS2PayloadSendFailedProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ConnectorEvents.AS2PayloadSendFailed.AS2PayloadSendFailedProps.Jsii$Proxy
- Enclosing class:
ConnectorEvents.AS2PayloadSendFailed
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.*;
AS2PayloadSendFailedProps aS2PayloadSendFailedProps = AS2PayloadSendFailedProps.builder()
.as2From(List.of("as2From"))
.as2MessageId(List.of("as2MessageId"))
.as2To(List.of("as2To"))
.bytes(List.of("bytes"))
.connectorId(List.of("connectorId"))
.eventMetadata(AWSEventMetadataProps.builder()
.region(List.of("region"))
.resources(List.of("resources"))
.version(List.of("version"))
.build())
.failureCode(List.of("failureCode"))
.failureMessage(List.of("failureMessage"))
.messageSubject(List.of("messageSubject"))
.requesterFileName(List.of("requesterFileName"))
.s3Attributes(S3Attributes.builder()
.fileBucket(List.of("fileBucket"))
.fileKey(List.of("fileKey"))
.jsonBucket(List.of("jsonBucket"))
.jsonKey(List.of("jsonKey"))
.build())
.statusCode(List.of("statusCode"))
.transferId(List.of("transferId"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forConnectorEvents.AS2PayloadSendFailed.AS2PayloadSendFailedProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) as2-from property.(experimental) as2-message-id property.getAs2To()(experimental) as2-to property.getBytes()(experimental) bytes property.(experimental) connector-id property.default AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) failure-code property.(experimental) failure-message property.(experimental) message-subject property.(experimental) requester-file-name property.(experimental) s3-attributes property.(experimental) status-code property.(experimental) transfer-id property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getConnectorId
(experimental) connector-id property.Specify an array of string values to match this event if the actual value of connector-id is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Filter with the Connector reference
-
getEventMetadata
(experimental) EventBridge event metadata.Default: - -
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getMessageSubject
(experimental) message-subject property.Specify an array of string values to match this event if the actual value of message-subject is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getS3Attributes
@Stability(Experimental) @Nullable default ConnectorEvents.AS2PayloadSendFailed.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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getTransferId
(experimental) transfer-id property.Specify an array of string values to match this event if the actual value of transfer-id is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
@Stability(Experimental) static ConnectorEvents.AS2PayloadSendFailed.AS2PayloadSendFailedProps.Builder builder()
-