Interface ConnectorEvents.SFTPConnectorFileSendCompleted.SFTPConnectorFileSendCompletedProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ConnectorEvents.SFTPConnectorFileSendCompleted.SFTPConnectorFileSendCompletedProps.Jsii$Proxy
- Enclosing class:
ConnectorEvents.SFTPConnectorFileSendCompleted
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.*;
SFTPConnectorFileSendCompletedProps sFTPConnectorFileSendCompletedProps = SFTPConnectorFileSendCompletedProps.builder()
.bytes(List.of("bytes"))
.connectorId(List.of("connectorId"))
.endTimestamp(List.of("endTimestamp"))
.eventMetadata(AWSEventMetadataProps.builder()
.region(List.of("region"))
.resources(List.of("resources"))
.version(List.of("version"))
.build())
.filePath(List.of("filePath"))
.fileTransferId(List.of("fileTransferId"))
.localFileLocation(LocalFileLocation.builder()
.bucket(List.of("bucket"))
.domain(List.of("domain"))
.key(List.of("key"))
.build())
.operation(List.of("operation"))
.remoteDirectoryPath(List.of("remoteDirectoryPath"))
.startTimestamp(List.of("startTimestamp"))
.statusCode(List.of("statusCode"))
.transferId(List.of("transferId"))
.url(List.of("url"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forConnectorEvents.SFTPConnectorFileSendCompleted.SFTPConnectorFileSendCompletedProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()getBytes()(experimental) bytes property.(experimental) connector-id property.(experimental) end-timestamp property.default AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) file-path property.(experimental) file-transfer-id property.(experimental) local-file-location property.(experimental) operation property.(experimental) remote-directory-path property.(experimental) start-timestamp property.(experimental) status-code property.(experimental) transfer-id property.getUrl()(experimental) url property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
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
-
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: - -
-
getFilePath
(experimental) file-path property.Specify an array of string values to match this event if the actual value of file-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
-
getFileTransferId
(experimental) file-transfer-id property.Specify an array of string values to match this event if the actual value of file-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
-
getLocalFileLocation
@Stability(Experimental) @Nullable default ConnectorEvents.SFTPConnectorFileSendCompleted.LocalFileLocation getLocalFileLocation()(experimental) local-file-location property.Specify an array of string values to match this event if the actual value of local-file-location 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
-
getOperation
(experimental) operation property.Specify an array of string values to match this event if the actual value of operation 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
-
getRemoteDirectoryPath
(experimental) remote-directory-path property.Specify an array of string values to match this event if the actual value of remote-directory-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
-
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
-
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
-
getUrl
(experimental) url property.Specify an array of string values to match this event if the actual value of url 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.SFTPConnectorFileSendCompleted.SFTPConnectorFileSendCompletedProps.Builder builder()
-