Interface ConnectorEvents.SFTPConnectorRemoteDeleteCompleted.SFTPConnectorRemoteDeleteCompletedProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ConnectorEvents.SFTPConnectorRemoteDeleteCompleted.SFTPConnectorRemoteDeleteCompletedProps.Jsii$Proxy
- Enclosing class:
ConnectorEvents.SFTPConnectorRemoteDeleteCompleted
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.*;
SFTPConnectorRemoteDeleteCompletedProps sFTPConnectorRemoteDeleteCompletedProps = SFTPConnectorRemoteDeleteCompletedProps.builder()
.connectorId(List.of("connectorId"))
.deleteId(List.of("deleteId"))
.deletePath(List.of("deletePath"))
.endTimestamp(List.of("endTimestamp"))
.eventMetadata(AWSEventMetadataProps.builder()
.region(List.of("region"))
.resources(List.of("resources"))
.version(List.of("version"))
.build())
.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 class -
Method Summary
Modifier and TypeMethodDescriptionstatic ConnectorEvents.SFTPConnectorRemoteDeleteCompleted.SFTPConnectorRemoteDeleteCompletedProps.Builderbuilder()(experimental) connector-id property.(experimental) delete-id property.(experimental) delete-path property.(experimental) end-timestamp property.default AWSEventMetadataProps(experimental) EventBridge event metadata.(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
-
getDeleteId
(experimental) delete-id property.Specify an array of string values to match this event if the actual value of delete-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
-
getDeletePath
(experimental) delete-path property.Specify an array of string values to match this event if the actual value of delete-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
-
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: - -
-
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.SFTPConnectorRemoteDeleteCompleted.SFTPConnectorRemoteDeleteCompletedProps.Builder builder()
-