Interface SFTPServerFileRenameCompleted.SFTPServerFileRenameCompletedProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
SFTPServerFileRenameCompleted.SFTPServerFileRenameCompletedProps.Jsii$Proxy
Enclosing class:
SFTPServerFileRenameCompleted

@Stability(Experimental) public static interface SFTPServerFileRenameCompleted.SFTPServerFileRenameCompletedProps extends software.amazon.jsii.JsiiSerializable
(experimental) Props type for aws.transfer@SFTPServerFileRenameCompleted 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.*;
 SFTPServerFileRenameCompletedProps sFTPServerFileRenameCompletedProps = SFTPServerFileRenameCompletedProps.builder()
         .clientIp(List.of("clientIp"))
         .endTimestamp(List.of("endTimestamp"))
         .eventMetadata(AWSEventMetadataProps.builder()
                 .region(List.of("region"))
                 .resources(List.of("resources"))
                 .version(List.of("version"))
                 .build())
         .originalFilePath(List.of("originalFilePath"))
         .protocol(List.of("protocol"))
         .renamedFilePath(List.of("renamedFilePath"))
         .serverId(List.of("serverId"))
         .sessionId(List.of("sessionId"))
         .startTimestamp(List.of("startTimestamp"))
         .statusCode(List.of("statusCode"))
         .username(List.of("username"))
         .build();
 
  • Method Details

    • getClientIp

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

      Default: - Do not filter on this field

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

    • getOriginalFilePath

      @Stability(Experimental) @Nullable default List<String> getOriginalFilePath()
      (experimental) original-file-path property.

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

    • getProtocol

      @Stability(Experimental) @Nullable default List<String> getProtocol()
      (experimental) protocol property.

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

    • getRenamedFilePath

      @Stability(Experimental) @Nullable default List<String> getRenamedFilePath()
      (experimental) renamed-file-path property.

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

    • getServerId

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

      Default: - Do not filter on this field

    • getSessionId

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

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

    • 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

    • getUsername

      @Stability(Experimental) @Nullable default List<String> getUsername()
      (experimental) username property.

      Specify an array of string values to match this event if the actual value of username 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 SFTPServerFileRenameCompleted.SFTPServerFileRenameCompletedProps.Builder of SFTPServerFileRenameCompleted.SFTPServerFileRenameCompletedProps