Show / Hide Table of Contents

Class FTPServerFileDownloadFailed.FTPServerFileDownloadFailedProps

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

Inheritance
object
FTPServerFileDownloadFailed.FTPServerFileDownloadFailedProps
Implements
FTPServerFileDownloadFailed.IFTPServerFileDownloadFailedProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.Transfer.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class FTPServerFileDownloadFailed.FTPServerFileDownloadFailedProps : FTPServerFileDownloadFailed.IFTPServerFileDownloadFailedProps
Syntax (vb)
Public Class FTPServerFileDownloadFailed.FTPServerFileDownloadFailedProps Implements FTPServerFileDownloadFailed.IFTPServerFileDownloadFailedProps
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 fTPServerFileDownloadFailedProps = new FTPServerFileDownloadFailedProps {
                 Bytes = new [] { "bytes" },
                 ClientIp = new [] { "clientIp" },
                 EndTimestamp = new [] { "endTimestamp" },
                 EventMetadata = new AWSEventMetadataProps {
                     Region = new [] { "region" },
                     Resources = new [] { "resources" },
                     Version = new [] { "version" }
                 },
                 FailureCode = new [] { "failureCode" },
                 FailureMessage = new [] { "failureMessage" },
                 FilePath = new [] { "filePath" },
                 Protocol = new [] { "protocol" },
                 ServerId = new [] { "serverId" },
                 SessionId = new [] { "sessionId" },
                 StartTimestamp = new [] { "startTimestamp" },
                 StatusCode = new [] { "statusCode" },
                 Username = new [] { "username" }
             };

Synopsis

Constructors

FTPServerFileDownloadFailedProps()

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

Properties

Bytes

(experimental) bytes property.

ClientIp

(experimental) client-ip property.

EndTimestamp

(experimental) end-timestamp property.

EventMetadata

(experimental) EventBridge event metadata.

FailureCode

(experimental) failure-code property.

FailureMessage

(experimental) failure-message property.

FilePath

(experimental) file-path property.

Protocol

(experimental) protocol property.

ServerId

(experimental) server-id property.

SessionId

(experimental) session-id property.

StartTimestamp

(experimental) start-timestamp property.

StatusCode

(experimental) status-code property.

Username

(experimental) username property.

Constructors

FTPServerFileDownloadFailedProps()

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

public FTPServerFileDownloadFailedProps()
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 fTPServerFileDownloadFailedProps = new FTPServerFileDownloadFailedProps {
                 Bytes = new [] { "bytes" },
                 ClientIp = new [] { "clientIp" },
                 EndTimestamp = new [] { "endTimestamp" },
                 EventMetadata = new AWSEventMetadataProps {
                     Region = new [] { "region" },
                     Resources = new [] { "resources" },
                     Version = new [] { "version" }
                 },
                 FailureCode = new [] { "failureCode" },
                 FailureMessage = new [] { "failureMessage" },
                 FilePath = new [] { "filePath" },
                 Protocol = new [] { "protocol" },
                 ServerId = new [] { "serverId" },
                 SessionId = new [] { "sessionId" },
                 StartTimestamp = new [] { "startTimestamp" },
                 StatusCode = new [] { "statusCode" },
                 Username = new [] { "username" }
             };

Properties

Bytes

(experimental) bytes property.

public string[]? Bytes { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of bytes 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

ClientIp

(experimental) client-ip property.

public string[]? ClientIp { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of client-ip 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

EndTimestamp

(experimental) end-timestamp property.

public string[]? EndTimestamp { get; set; }
Property Value

string[]

Remarks

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

EventMetadata

(experimental) EventBridge event metadata.

public IAWSEventMetadataProps? EventMetadata { get; set; }
Property Value

IAWSEventMetadataProps

Remarks

Default: - -

Stability: Experimental

FailureCode

(experimental) failure-code property.

public string[]? FailureCode { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of failure-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

FailureMessage

(experimental) failure-message property.

public string[]? FailureMessage { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of failure-message 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

FilePath

(experimental) file-path property.

public string[]? FilePath { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of file-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

Protocol

(experimental) protocol property.

public string[]? Protocol { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of protocol 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

ServerId

(experimental) server-id property.

public string[]? ServerId { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of server-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

SessionId

(experimental) session-id property.

public string[]? SessionId { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of session-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

StartTimestamp

(experimental) start-timestamp property.

public string[]? StartTimestamp { get; set; }
Property Value

string[]

Remarks

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

StatusCode

(experimental) status-code property.

public string[]? StatusCode { get; set; }
Property Value

string[]

Remarks

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

Username

(experimental) username property.

public string[]? Username { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of username 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

Implements

FTPServerFileDownloadFailed.IFTPServerFileDownloadFailedProps
Back to top Generated by DocFX