class FTPServerDirectoryDeleteCompleted
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Transfer.Events.FTPServerDirectoryDeleteCompleted |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awstransfer/events#FTPServerDirectoryDeleteCompleted |
Java | software.amazon.awscdk.mixins.preview.services.transfer.events.FTPServerDirectoryDeleteCompleted |
Python | aws_cdk.mixins_preview.aws_transfer.events.FTPServerDirectoryDeleteCompleted |
TypeScript | @aws-cdk/mixins-preview » aws_transfer » events » FTPServerDirectoryDeleteCompleted |
EventBridge event pattern for aws.transfer@FTPServerDirectoryDeleteCompleted.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { events as transfer_events } from '@aws-cdk/mixins-preview/aws-transfer';
const fTPServerDirectoryDeleteCompleted = new transfer_events.FTPServerDirectoryDeleteCompleted();
Initializer
new FTPServerDirectoryDeleteCompleted()
Methods
| Name | Description |
|---|---|
| static ftp | EventBridge event pattern for FTP Server Directory Delete Completed. |
static ftpServerDirectoryDeleteCompletedPattern(options?)
public static ftpServerDirectoryDeleteCompletedPattern(options?: FTPServerDirectoryDeleteCompletedProps): EventPattern
Parameters
Returns
EventBridge event pattern for FTP Server Directory Delete Completed.

.NET
Go
Java
Python
TypeScript