Interface AgreementEvents.AS2PayloadReceiveCompleted.AS2PayloadReceiveCompletedProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AgreementEvents.AS2PayloadReceiveCompleted.AS2PayloadReceiveCompletedProps.Jsii$Proxy
- Enclosing class:
AgreementEvents.AS2PayloadReceiveCompleted
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.*;
AS2PayloadReceiveCompletedProps aS2PayloadReceiveCompletedProps = AS2PayloadReceiveCompletedProps.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"))
.endTimestamp(List.of("endTimestamp"))
.eventMetadata(AWSEventMetadataProps.builder()
.region(List.of("region"))
.resources(List.of("resources"))
.version(List.of("version"))
.build())
.messageSubject(List.of("messageSubject"))
.requesterFileName(List.of("requesterFileName"))
.requestPath(List.of("requestPath"))
.s3Attributes(S3Attributes.builder()
.fileBucket(List.of("fileBucket"))
.fileKey(List.of("fileKey"))
.jsonBucket(List.of("jsonBucket"))
.jsonKey(List.of("jsonKey"))
.build())
.serverId(List.of("serverId"))
.startTimestamp(List.of("startTimestamp"))
.statusCode(List.of("statusCode"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forAgreementEvents.AS2PayloadReceiveCompleted.AS2PayloadReceiveCompletedProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) agreement-id property.(experimental) as2-from property.(experimental) as2-message-id property.getAs2To()(experimental) as2-to property.getBytes()(experimental) bytes property.(experimental) client-ip property.(experimental) end-timestamp property.default AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) message-subject property.(experimental) requester-file-name property.(experimental) request-path property.(experimental) s3-attributes property.(experimental) server-id property.(experimental) start-timestamp property.(experimental) status-code property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
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.Matchfor more advanced matching options.Default: - Filter with the Agreement reference
-
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
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getEventMetadata
(experimental) EventBridge event metadata.Default: - -
-
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
-
getRequestPath
(experimental) request-path property.Specify an array of string values to match this event if the actual value of request-path 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 AgreementEvents.AS2PayloadReceiveCompleted.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
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.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
-
builder
@Stability(Experimental) static AgreementEvents.AS2PayloadReceiveCompleted.AS2PayloadReceiveCompletedProps.Builder builder()
-