SFTPConnectorRemoteDeleteCompleted

class aws_cdk.mixins_preview.aws_transfer.events.SFTPConnectorRemoteDeleteCompleted

Bases: object

(experimental) EventBridge event pattern for aws.transfer@SFTPConnectorRemoteDeleteCompleted.

Stability:

experimental

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.mixins_preview.aws_transfer import events as transfer_events

s_fTPConnector_remote_delete_completed = transfer_events.SFTPConnectorRemoteDeleteCompleted()
Stability:

experimental

Static Methods

classmethod sft_p_connector_remote_delete_completed_pattern(*, connector_id=None, delete_id=None, delete_path=None, end_timestamp=None, event_metadata=None, operation=None, start_timestamp=None, status_code=None, url=None)

(experimental) EventBridge event pattern for SFTP Connector Remote Delete Completed.

Parameters:
  • connector_id (Optional[Sequence[str]]) – (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.Match for more advanced matching options. Default: - Filter with the Connector reference

  • delete_id (Optional[Sequence[str]]) – (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.Match for more advanced matching options. Default: - Do not filter on this field

  • delete_path (Optional[Sequence[str]]) – (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.Match for more advanced matching options. Default: - Do not filter on this field

  • end_timestamp (Optional[Sequence[str]]) – (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

  • event_metadata (Union[AWSEventMetadataProps, Dict[str, Any], None]) – (experimental) EventBridge event metadata. Default: - -

  • operation (Optional[Sequence[str]]) – (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.Match for more advanced matching options. Default: - Do not filter on this field

  • start_timestamp (Optional[Sequence[str]]) – (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

  • status_code (Optional[Sequence[str]]) – (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

  • url (Optional[Sequence[str]]) – (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.Match for more advanced matching options. Default: - Do not filter on this field

Stability:

experimental

Return type:

EventPattern

SFTPConnectorRemoteDeleteCompletedProps

class SFTPConnectorRemoteDeleteCompleted.SFTPConnectorRemoteDeleteCompletedProps(*, connector_id=None, delete_id=None, delete_path=None, end_timestamp=None, event_metadata=None, operation=None, start_timestamp=None, status_code=None, url=None)

Bases: object

(experimental) Props type for aws.transfer@SFTPConnectorRemoteDeleteCompleted event.

Parameters:
  • connector_id (Optional[Sequence[str]]) – (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.Match for more advanced matching options. Default: - Filter with the Connector reference

  • delete_id (Optional[Sequence[str]]) – (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.Match for more advanced matching options. Default: - Do not filter on this field

  • delete_path (Optional[Sequence[str]]) – (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.Match for more advanced matching options. Default: - Do not filter on this field

  • end_timestamp (Optional[Sequence[str]]) – (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

  • event_metadata (Union[AWSEventMetadataProps, Dict[str, Any], None]) – (experimental) EventBridge event metadata. Default: - -

  • operation (Optional[Sequence[str]]) – (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.Match for more advanced matching options. Default: - Do not filter on this field

  • start_timestamp (Optional[Sequence[str]]) – (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

  • status_code (Optional[Sequence[str]]) – (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

  • url (Optional[Sequence[str]]) – (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.Match for more advanced matching options. Default: - Do not filter on this field

Stability:

experimental

ExampleMetadata:

fixture=_generated

Example:

from aws_cdk import AWSEventMetadataProps
# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.mixins_preview.aws_transfer import events as transfer_events

s_fTPConnector_remote_delete_completed_props = transfer_events.SFTPConnectorRemoteDeleteCompleted.SFTPConnectorRemoteDeleteCompletedProps(
    connector_id=["connectorId"],
    delete_id=["deleteId"],
    delete_path=["deletePath"],
    end_timestamp=["endTimestamp"],
    event_metadata=AWSEventMetadataProps(
        region=["region"],
        resources=["resources"],
        version=["version"]
    ),
    operation=["operation"],
    start_timestamp=["startTimestamp"],
    status_code=["statusCode"],
    url=["url"]
)

Attributes

connector_id

(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.Match for more advanced matching options.

Default:
  • Filter with the Connector reference

Stability:

experimental

delete_id

(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.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

delete_path

(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.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

end_timestamp

(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

Stability:

experimental

event_metadata

(experimental) EventBridge event metadata.

Default:

Stability:

experimental

operation

(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.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

start_timestamp

(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

Stability:

experimental

status_code

(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

Stability:

experimental

url

(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.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental