Show / Hide Table of Contents

Class SFTPServerFileDownloadCompleted

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

Inheritance
object
SFTPServerFileDownloadCompleted
Namespace: Amazon.CDK.Mixins.Preview.AWS.Transfer.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class SFTPServerFileDownloadCompleted : DeputyBase
Syntax (vb)
Public Class SFTPServerFileDownloadCompleted Inherits DeputyBase
Remarks

Stability: Experimental

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.Transfer.Events;

             var sFTPServerFileDownloadCompleted = new SFTPServerFileDownloadCompleted();

Synopsis

Constructors

SFTPServerFileDownloadCompleted()

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

Methods

SftPServerFileDownloadCompletedPattern(ISFTPServerFileDownloadCompletedProps?)

(experimental) EventBridge event pattern for SFTP Server File Download Completed.

Constructors

SFTPServerFileDownloadCompleted()

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

public SFTPServerFileDownloadCompleted()
Remarks

Stability: Experimental

Methods

SftPServerFileDownloadCompletedPattern(ISFTPServerFileDownloadCompletedProps?)

(experimental) EventBridge event pattern for SFTP Server File Download Completed.

public static IEventPattern SftPServerFileDownloadCompletedPattern(SFTPServerFileDownloadCompleted.ISFTPServerFileDownloadCompletedProps? options = null)
Parameters
options SFTPServerFileDownloadCompleted.ISFTPServerFileDownloadCompletedProps
Returns

IEventPattern

Remarks

Stability: Experimental

Back to top Generated by DocFX