Class FTPServerFileUploadCompleted.FTPServerFileUploadCompletedProps
(experimental) Props type for aws.transfer@FTPServerFileUploadCompleted event.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.Transfer.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class FTPServerFileUploadCompleted.FTPServerFileUploadCompletedProps : FTPServerFileUploadCompleted.IFTPServerFileUploadCompletedProps
Syntax (vb)
Public Class FTPServerFileUploadCompleted.FTPServerFileUploadCompletedProps Implements FTPServerFileUploadCompleted.IFTPServerFileUploadCompletedProps
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 fTPServerFileUploadCompletedProps = new FTPServerFileUploadCompletedProps {
Bytes = new [] { "bytes" },
ClientIp = new [] { "clientIp" },
EndTimestamp = new [] { "endTimestamp" },
Etag = new [] { "etag" },
EventMetadata = new AWSEventMetadataProps {
Region = new [] { "region" },
Resources = new [] { "resources" },
Version = new [] { "version" }
},
FilePath = new [] { "filePath" },
Protocol = new [] { "protocol" },
ServerId = new [] { "serverId" },
SessionId = new [] { "sessionId" },
StartTimestamp = new [] { "startTimestamp" },
StatusCode = new [] { "statusCode" },
Username = new [] { "username" }
};
Synopsis
Constructors
| FTPServerFileUploadCompletedProps() | (experimental) Props type for aws.transfer@FTPServerFileUploadCompleted event. |
Properties
| Bytes | (experimental) bytes property. |
| ClientIp | (experimental) client-ip property. |
| EndTimestamp | (experimental) end-timestamp property. |
| Etag | (experimental) etag property. |
| EventMetadata | (experimental) EventBridge event metadata. |
| 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
FTPServerFileUploadCompletedProps()
(experimental) Props type for aws.transfer@FTPServerFileUploadCompleted event.
public FTPServerFileUploadCompletedProps()
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 fTPServerFileUploadCompletedProps = new FTPServerFileUploadCompletedProps {
Bytes = new [] { "bytes" },
ClientIp = new [] { "clientIp" },
EndTimestamp = new [] { "endTimestamp" },
Etag = new [] { "etag" },
EventMetadata = new AWSEventMetadataProps {
Region = new [] { "region" },
Resources = new [] { "resources" },
Version = new [] { "version" }
},
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
Etag
(experimental) etag property.
public string[]? Etag { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of etag 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
Remarks
Default: - -
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