Class ConnectorEvents.SFTPConnectorFileRetrieveFailed.SFTPConnectorFileRetrieveFailedProps
(experimental) Props type for Connector aws.transfer@SFTPConnectorFileRetrieveFailed event.
Inheritance
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.Transfer.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class ConnectorEvents.SFTPConnectorFileRetrieveFailed.SFTPConnectorFileRetrieveFailedProps : ConnectorEvents.SFTPConnectorFileRetrieveFailed.ISFTPConnectorFileRetrieveFailedProps
Syntax (vb)
Public Class ConnectorEvents.SFTPConnectorFileRetrieveFailed.SFTPConnectorFileRetrieveFailedProps Implements ConnectorEvents.SFTPConnectorFileRetrieveFailed.ISFTPConnectorFileRetrieveFailedProps
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 sFTPConnectorFileRetrieveFailedProps = new SFTPConnectorFileRetrieveFailedProps {
Bytes = new [] { "bytes" },
ConnectorId = new [] { "connectorId" },
EndTimestamp = new [] { "endTimestamp" },
EventMetadata = new AWSEventMetadataProps {
Region = new [] { "region" },
Resources = new [] { "resources" },
Version = new [] { "version" }
},
FailureCode = new [] { "failureCode" },
FailureMessage = new [] { "failureMessage" },
FilePath = new [] { "filePath" },
FileTransferId = new [] { "fileTransferId" },
LocalDirectoryPath = new [] { "localDirectoryPath" },
LocalFileLocation = new LocalFileLocation {
Bucket = new [] { "bucket" },
Domain = new [] { "domain" },
Key = new [] { "key" }
},
Operation = new [] { "operation" },
StartTimestamp = new [] { "startTimestamp" },
StatusCode = new [] { "statusCode" },
TransferId = new [] { "transferId" },
Url = new [] { "url" }
};
Synopsis
Constructors
| SFTPConnectorFileRetrieveFailedProps() | (experimental) Props type for Connector aws.transfer@SFTPConnectorFileRetrieveFailed event. |
Properties
| Bytes | (experimental) bytes property. |
| ConnectorId | (experimental) connector-id 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. |
| FileTransferId | (experimental) file-transfer-id property. |
| LocalDirectoryPath | (experimental) local-directory-path property. |
| LocalFileLocation | (experimental) local-file-location property. |
| Operation | (experimental) operation property. |
| StartTimestamp | (experimental) start-timestamp property. |
| StatusCode | (experimental) status-code property. |
| TransferId | (experimental) transfer-id property. |
| Url | (experimental) url property. |
Constructors
SFTPConnectorFileRetrieveFailedProps()
(experimental) Props type for Connector aws.transfer@SFTPConnectorFileRetrieveFailed event.
public SFTPConnectorFileRetrieveFailedProps()
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 sFTPConnectorFileRetrieveFailedProps = new SFTPConnectorFileRetrieveFailedProps {
Bytes = new [] { "bytes" },
ConnectorId = new [] { "connectorId" },
EndTimestamp = new [] { "endTimestamp" },
EventMetadata = new AWSEventMetadataProps {
Region = new [] { "region" },
Resources = new [] { "resources" },
Version = new [] { "version" }
},
FailureCode = new [] { "failureCode" },
FailureMessage = new [] { "failureMessage" },
FilePath = new [] { "filePath" },
FileTransferId = new [] { "fileTransferId" },
LocalDirectoryPath = new [] { "localDirectoryPath" },
LocalFileLocation = new LocalFileLocation {
Bucket = new [] { "bucket" },
Domain = new [] { "domain" },
Key = new [] { "key" }
},
Operation = new [] { "operation" },
StartTimestamp = new [] { "startTimestamp" },
StatusCode = new [] { "statusCode" },
TransferId = new [] { "transferId" },
Url = new [] { "url" }
};
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
ConnectorId
(experimental) connector-id property.
public string[]? ConnectorId { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of connector-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: - Filter with the Connector reference
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
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
FileTransferId
(experimental) file-transfer-id property.
public string[]? FileTransferId { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of file-transfer-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
LocalDirectoryPath
(experimental) local-directory-path property.
public string[]? LocalDirectoryPath { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of local-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
LocalFileLocation
(experimental) local-file-location property.
public ConnectorEvents.SFTPConnectorFileRetrieveFailed.ILocalFileLocation? LocalFileLocation { get; set; }
Property Value
ConnectorEvents.SFTPConnectorFileRetrieveFailed.ILocalFileLocation
Remarks
Specify an array of string values to match this event if the actual value of local-file-location 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
Operation
(experimental) operation property.
public string[]? Operation { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of operation 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
TransferId
(experimental) transfer-id property.
public string[]? TransferId { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of transfer-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
Url
(experimental) url property.
public string[]? Url { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of url 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