Interface SFTPServerFileUploadFailed.SFTPServerFileUploadFailedProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SFTPServerFileUploadFailed.SFTPServerFileUploadFailedProps.Jsii$Proxy
- Enclosing class:
SFTPServerFileUploadFailed
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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forSFTPServerFileUploadFailed.SFTPServerFileUploadFailedProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()getBytes()(experimental) bytes property.(experimental) client-ip property.(experimental) end-timestamp property.getEtag()(experimental) etag property.default AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) failure-code property.(experimental) failure-message property.(experimental) file-path property.(experimental) protocol property.(experimental) server-id property.(experimental) session-id property.(experimental) start-timestamp property.(experimental) status-code property.(experimental) username 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
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getEventMetadata
(experimental) EventBridge event metadata.Default: - -
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.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
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
@Stability(Experimental) static SFTPServerFileUploadFailed.SFTPServerFileUploadFailedProps.Builder builder()
-