Show / Hide Table of Contents

Class FTPSServerFileRenameCompleted.FTPSServerFileRenameCompletedProps

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

Inheritance
object
FTPSServerFileRenameCompleted.FTPSServerFileRenameCompletedProps
Implements
FTPSServerFileRenameCompleted.IFTPSServerFileRenameCompletedProps
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 FTPSServerFileRenameCompleted.FTPSServerFileRenameCompletedProps : FTPSServerFileRenameCompleted.IFTPSServerFileRenameCompletedProps
Syntax (vb)
Public Class FTPSServerFileRenameCompleted.FTPSServerFileRenameCompletedProps Implements FTPSServerFileRenameCompleted.IFTPSServerFileRenameCompletedProps
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 fTPSServerFileRenameCompletedProps = new FTPSServerFileRenameCompletedProps {
                 ClientIp = new [] { "clientIp" },
                 EndTimestamp = new [] { "endTimestamp" },
                 EventMetadata = new AWSEventMetadataProps {
                     Region = new [] { "region" },
                     Resources = new [] { "resources" },
                     Version = new [] { "version" }
                 },
                 OriginalFilePath = new [] { "originalFilePath" },
                 Protocol = new [] { "protocol" },
                 RenamedFilePath = new [] { "renamedFilePath" },
                 ServerId = new [] { "serverId" },
                 SessionId = new [] { "sessionId" },
                 StartTimestamp = new [] { "startTimestamp" },
                 StatusCode = new [] { "statusCode" },
                 Username = new [] { "username" }
             };

Synopsis

Constructors

FTPSServerFileRenameCompletedProps()

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

Properties

ClientIp

(experimental) client-ip property.

EndTimestamp

(experimental) end-timestamp property.

EventMetadata

(experimental) EventBridge event metadata.

OriginalFilePath

(experimental) original-file-path property.

Protocol

(experimental) protocol property.

RenamedFilePath

(experimental) renamed-file-path 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

FTPSServerFileRenameCompletedProps()

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

public FTPSServerFileRenameCompletedProps()
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 fTPSServerFileRenameCompletedProps = new FTPSServerFileRenameCompletedProps {
                 ClientIp = new [] { "clientIp" },
                 EndTimestamp = new [] { "endTimestamp" },
                 EventMetadata = new AWSEventMetadataProps {
                     Region = new [] { "region" },
                     Resources = new [] { "resources" },
                     Version = new [] { "version" }
                 },
                 OriginalFilePath = new [] { "originalFilePath" },
                 Protocol = new [] { "protocol" },
                 RenamedFilePath = new [] { "renamedFilePath" },
                 ServerId = new [] { "serverId" },
                 SessionId = new [] { "sessionId" },
                 StartTimestamp = new [] { "startTimestamp" },
                 StatusCode = new [] { "statusCode" },
                 Username = new [] { "username" }
             };

Properties

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

OriginalFilePath

(experimental) original-file-path property.

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

string[]

Remarks

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

RenamedFilePath

(experimental) renamed-file-path property.

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

string[]

Remarks

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

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

FTPSServerFileRenameCompleted.IFTPSServerFileRenameCompletedProps
Back to top Generated by DocFX