Class ConnectorEvents.SFTPConnectorFileRetrieveFailed.LocalFileLocation
(experimental) Type definition for Local-file-location.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.Transfer.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class ConnectorEvents.SFTPConnectorFileRetrieveFailed.LocalFileLocation : ConnectorEvents.SFTPConnectorFileRetrieveFailed.ILocalFileLocation
Syntax (vb)
Public Class ConnectorEvents.SFTPConnectorFileRetrieveFailed.LocalFileLocation Implements ConnectorEvents.SFTPConnectorFileRetrieveFailed.ILocalFileLocation
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 localFileLocation = new LocalFileLocation {
Bucket = new [] { "bucket" },
Domain = new [] { "domain" },
Key = new [] { "key" }
};
Synopsis
Constructors
| LocalFileLocation() | (experimental) Type definition for Local-file-location. |
Properties
| Bucket | (experimental) bucket property. |
| Domain | (experimental) domain property. |
| Key | (experimental) key property. |
Constructors
LocalFileLocation()
(experimental) Type definition for Local-file-location.
public LocalFileLocation()
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 localFileLocation = new LocalFileLocation {
Bucket = new [] { "bucket" },
Domain = new [] { "domain" },
Key = new [] { "key" }
};
Properties
Bucket
(experimental) bucket property.
public string[]? Bucket { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of bucket 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
Domain
(experimental) domain property.
public string[]? Domain { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of domain 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
Key
(experimental) key property.
public string[]? Key { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of key 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