Show / Hide Table of Contents

Interface SFTPServerDirectoryCreateCompleted.ISFTPServerDirectoryCreateCompletedProps

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

Namespace: Amazon.CDK.Mixins.Preview.AWS.Transfer.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface SFTPServerDirectoryCreateCompleted.ISFTPServerDirectoryCreateCompletedProps
Syntax (vb)
Public Interface 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

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.

Properties

ClientIp

(experimental) client-ip property.

string[]? ClientIp { get; }
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.

string[]? DirectoryPath { get; }
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.

string[]? EndTimestamp { get; }
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.

IAWSEventMetadataProps? EventMetadata { get; }
Property Value

IAWSEventMetadataProps

Remarks

Default: - -

Stability: Experimental

Protocol

(experimental) protocol property.

string[]? Protocol { get; }
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.

string[]? ServerId { get; }
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.

string[]? SessionId { get; }
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.

string[]? StartTimestamp { get; }
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.

string[]? StatusCode { get; }
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.

string[]? Username { get; }
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

Back to top Generated by DocFX