Interface ConnectorEvents.SFTPConnectorRemoteMoveCompleted.SFTPConnectorRemoteMoveCompletedProps

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

@Stability(Experimental) public static interface ConnectorEvents.SFTPConnectorRemoteMoveCompleted.SFTPConnectorRemoteMoveCompletedProps extends software.amazon.jsii.JsiiSerializable
(experimental) Props type for Connector aws.transfer@SFTPConnectorRemoteMoveCompleted 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.*;
 SFTPConnectorRemoteMoveCompletedProps sFTPConnectorRemoteMoveCompletedProps = SFTPConnectorRemoteMoveCompletedProps.builder()
         .connectorId(List.of("connectorId"))
         .endTimestamp(List.of("endTimestamp"))
         .eventMetadata(AWSEventMetadataProps.builder()
                 .region(List.of("region"))
                 .resources(List.of("resources"))
                 .version(List.of("version"))
                 .build())
         .moveId(List.of("moveId"))
         .moveSourcePath(List.of("moveSourcePath"))
         .moveTargetPath(List.of("moveTargetPath"))
         .operation(List.of("operation"))
         .startTimestamp(List.of("startTimestamp"))
         .statusCode(List.of("statusCode"))
         .url(List.of("url"))
         .build();
 
  • Method Details

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

    • getMoveId

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

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

    • getMoveSourcePath

      @Stability(Experimental) @Nullable default List<String> getMoveSourcePath()
      (experimental) move-source-path property.

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

    • getMoveTargetPath

      @Stability(Experimental) @Nullable default List<String> getMoveTargetPath()
      (experimental) move-target-path property.

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

    • 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

    • 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

    • 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.SFTPConnectorRemoteMoveCompleted.SFTPConnectorRemoteMoveCompletedProps.Builder of ConnectorEvents.SFTPConnectorRemoteMoveCompleted.SFTPConnectorRemoteMoveCompletedProps