Interface ConnectorEvents.SFTPConnectorRemoteMoveCompleted.SFTPConnectorRemoteMoveCompletedProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ConnectorEvents.SFTPConnectorRemoteMoveCompleted.SFTPConnectorRemoteMoveCompletedProps.Jsii$Proxy
- Enclosing class:
ConnectorEvents.SFTPConnectorRemoteMoveCompleted
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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forConnectorEvents.SFTPConnectorRemoteMoveCompleted.SFTPConnectorRemoteMoveCompletedProps -
Method Summary
Modifier and TypeMethodDescriptionstatic ConnectorEvents.SFTPConnectorRemoteMoveCompleted.SFTPConnectorRemoteMoveCompletedProps.Builderbuilder()(experimental) connector-id property.(experimental) end-timestamp property.default AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) move-id property.(experimental) move-source-path property.(experimental) move-target-path property.(experimental) operation property.(experimental) start-timestamp property.(experimental) status-code property.getUrl()(experimental) url property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
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.Matchfor more advanced matching options.Default: - Filter with the Connector reference
-
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
-
getEventMetadata
(experimental) EventBridge event metadata.Default: - -
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.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
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
@Stability(Experimental) static ConnectorEvents.SFTPConnectorRemoteMoveCompleted.SFTPConnectorRemoteMoveCompletedProps.Builder builder()
-