Interface ConnectorEvents.SFTPConnectorFileSendCompleted.SFTPConnectorFileSendCompletedProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
ConnectorEvents.SFTPConnectorFileSendCompleted.SFTPConnectorFileSendCompletedProps.Jsii$Proxy
Enclosing class:
ConnectorEvents.SFTPConnectorFileSendCompleted

@Stability(Experimental) public static interface ConnectorEvents.SFTPConnectorFileSendCompleted.SFTPConnectorFileSendCompletedProps extends software.amazon.jsii.JsiiSerializable
(experimental) Props type for Connector aws.transfer@SFTPConnectorFileSendCompleted 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.*;
 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();
 
  • Method Details

    • 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

    • getConnectorId

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Filter with the Connector reference

    • 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: - -

    • getFilePath

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getFileTransferId

      @Stability(Experimental) @Nullable default List<String> 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.Match for 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getOperation

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getRemoteDirectoryPath

      @Stability(Experimental) @Nullable default List<String> 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.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

    • getTransferId

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getUrl

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • builder

      Returns:
      a ConnectorEvents.SFTPConnectorFileSendCompleted.SFTPConnectorFileSendCompletedProps.Builder of ConnectorEvents.SFTPConnectorFileSendCompleted.SFTPConnectorFileSendCompletedProps