Interface SFTPServerFileUploadFailed.SFTPServerFileUploadFailedProps

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

@Stability(Experimental) public static interface SFTPServerFileUploadFailed.SFTPServerFileUploadFailedProps extends software.amazon.jsii.JsiiSerializable
(experimental) Props type for aws.transfer@SFTPServerFileUploadFailed 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.*;
 SFTPServerFileUploadFailedProps sFTPServerFileUploadFailedProps = SFTPServerFileUploadFailedProps.builder()
         .bytes(List.of("bytes"))
         .clientIp(List.of("clientIp"))
         .endTimestamp(List.of("endTimestamp"))
         .etag(List.of("etag"))
         .eventMetadata(AWSEventMetadataProps.builder()
                 .region(List.of("region"))
                 .resources(List.of("resources"))
                 .version(List.of("version"))
                 .build())
         .failureCode(List.of("failureCode"))
         .failureMessage(List.of("failureMessage"))
         .filePath(List.of("filePath"))
         .protocol(List.of("protocol"))
         .serverId(List.of("serverId"))
         .sessionId(List.of("sessionId"))
         .startTimestamp(List.of("startTimestamp"))
         .statusCode(List.of("statusCode"))
         .username(List.of("username"))
         .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

    • 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

    • getEtag

      @Stability(Experimental) @Nullable default List<String> getEtag()
      (experimental) etag property.

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

    • getFailureCode

      @Stability(Experimental) @Nullable default List<String> getFailureCode()
      (experimental) failure-code property.

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

    • getFailureMessage

      @Stability(Experimental) @Nullable default List<String> getFailureMessage()
      (experimental) failure-message property.

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

    • 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

    • 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

    • 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

      @Stability(Experimental) static SFTPServerFileUploadFailed.SFTPServerFileUploadFailedProps.Builder builder()
      Returns:
      a SFTPServerFileUploadFailed.SFTPServerFileUploadFailedProps.Builder of SFTPServerFileUploadFailed.SFTPServerFileUploadFailedProps