Show / Hide Table of Contents

Class SFTPServerDirectoryCreateCompleted.SFTPServerDirectoryCreateCompletedProps

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

Inheritance
object
SFTPServerDirectoryCreateCompleted.SFTPServerDirectoryCreateCompletedProps
Implements
SFTPServerDirectoryCreateCompleted.ISFTPServerDirectoryCreateCompletedProps
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 SFTPServerDirectoryCreateCompleted.SFTPServerDirectoryCreateCompletedProps : SFTPServerDirectoryCreateCompleted.ISFTPServerDirectoryCreateCompletedProps
Syntax (vb)
Public Class SFTPServerDirectoryCreateCompleted.SFTPServerDirectoryCreateCompletedProps Implements SFTPServerDirectoryCreateCompleted.ISFTPServerDirectoryCreateCompletedProps
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 sFTPServerDirectoryCreateCompletedProps = new SFTPServerDirectoryCreateCompletedProps {
                 ClientIp = new [] { "clientIp" },
                 DirectoryPath = new [] { "directoryPath" },
                 EndTimestamp = new [] { "endTimestamp" },
                 EventMetadata = new AWSEventMetadataProps {
                     Region = new [] { "region" },
                     Resources = new [] { "resources" },
                     Version = new [] { "version" }
                 },
                 Protocol = new [] { "protocol" },
                 ServerId = new [] { "serverId" },
                 SessionId = new [] { "sessionId" },
                 StartTimestamp = new [] { "startTimestamp" },
                 StatusCode = new [] { "statusCode" },
                 Username = new [] { "username" }
             };

Synopsis

Constructors

SFTPServerDirectoryCreateCompletedProps()

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

Properties

ClientIp

(experimental) client-ip property.

DirectoryPath

(experimental) directory-path property.

EndTimestamp

(experimental) end-timestamp property.

EventMetadata

(experimental) EventBridge event metadata.

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

SFTPServerDirectoryCreateCompletedProps()

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

public SFTPServerDirectoryCreateCompletedProps()
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 sFTPServerDirectoryCreateCompletedProps = new SFTPServerDirectoryCreateCompletedProps {
                 ClientIp = new [] { "clientIp" },
                 DirectoryPath = new [] { "directoryPath" },
                 EndTimestamp = new [] { "endTimestamp" },
                 EventMetadata = new AWSEventMetadataProps {
                     Region = new [] { "region" },
                     Resources = new [] { "resources" },
                     Version = new [] { "version" }
                 },
                 Protocol = new [] { "protocol" },
                 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

DirectoryPath

(experimental) directory-path property.

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

string[]

Remarks

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

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

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

SFTPServerDirectoryCreateCompleted.ISFTPServerDirectoryCreateCompletedProps
Back to top Generated by DocFX