Interface CfnAgreement.ICustomDirectoriesProperty
Specifies a separate directory for each type of file to store for an AS2 message.
Namespace: Amazon.CDK.AWS.Transfer
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnAgreement.ICustomDirectoriesProperty
Syntax (vb)
Public Interface CfnAgreement.ICustomDirectoriesProperty
Remarks
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.AWS.Transfer;
var customDirectoriesProperty = new CustomDirectoriesProperty {
FailedFilesDirectory = "failedFilesDirectory",
MdnFilesDirectory = "mdnFilesDirectory",
PayloadFilesDirectory = "payloadFilesDirectory",
StatusFilesDirectory = "statusFilesDirectory",
TemporaryFilesDirectory = "temporaryFilesDirectory"
};
Synopsis
Properties
| FailedFilesDirectory | Specifies a location to store the failed files for an AS2 message. |
| MdnFilesDirectory | Specifies a location to store the MDN file for an AS2 message. |
| PayloadFilesDirectory | Specifies a location to store the payload file for an AS2 message. |
| StatusFilesDirectory | Specifies a location to store the status file for an AS2 message. |
| TemporaryFilesDirectory | Specifies a location to store the temporary processing file for an AS2 message. |
Properties
FailedFilesDirectory
Specifies a location to store the failed files for an AS2 message.
string FailedFilesDirectory { get; }
Property Value
Remarks
MdnFilesDirectory
Specifies a location to store the MDN file for an AS2 message.
string MdnFilesDirectory { get; }
Property Value
Remarks
PayloadFilesDirectory
Specifies a location to store the payload file for an AS2 message.
string PayloadFilesDirectory { get; }
Property Value
Remarks
StatusFilesDirectory
Specifies a location to store the status file for an AS2 message.
string StatusFilesDirectory { get; }
Property Value
Remarks
TemporaryFilesDirectory
Specifies a location to store the temporary processing file for an AS2 message.
string TemporaryFilesDirectory { get; }