class SFTPServerFileUploadFailed
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Transfer.Events.SFTPServerFileUploadFailed |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awstransfer/events#SFTPServerFileUploadFailed |
Java | software.amazon.awscdk.mixins.preview.services.transfer.events.SFTPServerFileUploadFailed |
Python | aws_cdk.mixins_preview.aws_transfer.events.SFTPServerFileUploadFailed |
TypeScript | @aws-cdk/mixins-preview » aws_transfer » events » SFTPServerFileUploadFailed |
EventBridge event pattern for aws.transfer@SFTPServerFileUploadFailed.
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 sFTPServerFileUploadFailed = new transfer_events.SFTPServerFileUploadFailed();
Initializer
new SFTPServerFileUploadFailed()
Methods
| Name | Description |
|---|---|
| static sft | EventBridge event pattern for SFTP Server File Upload Failed. |
static sftPServerFileUploadFailedPattern(options?)
public static sftPServerFileUploadFailedPattern(options?: SFTPServerFileUploadFailedProps): EventPattern
Parameters
- options
SFTPServerFile Upload Failed Props
Returns
EventBridge event pattern for SFTP Server File Upload Failed.

.NET
Go
Java
Python
TypeScript