Class CfnAgreement.CustomDirectoriesProperty
Specifies a separate directory for each type of file to store for an AS2 message.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Transfer
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAgreement.CustomDirectoriesProperty : CfnAgreement.ICustomDirectoriesProperty
Syntax (vb)
Public Class CfnAgreement.CustomDirectoriesProperty Implements 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
Constructors
CustomDirectoriesProperty() | Specifies a separate directory for each type of file to store for an AS2 message. |
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. |
Constructors
CustomDirectoriesProperty()
Specifies a separate directory for each type of file to store for an AS2 message.
public CustomDirectoriesProperty()
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"
};
Properties
FailedFilesDirectory
Specifies a location to store the failed files for an AS2 message.
public string FailedFilesDirectory { get; set; }
Property Value
Remarks
MdnFilesDirectory
Specifies a location to store the MDN file for an AS2 message.
public string MdnFilesDirectory { get; set; }
Property Value
Remarks
PayloadFilesDirectory
Specifies a location to store the payload file for an AS2 message.
public string PayloadFilesDirectory { get; set; }
Property Value
Remarks
StatusFilesDirectory
Specifies a location to store the status file for an AS2 message.
public string StatusFilesDirectory { get; set; }
Property Value
Remarks
TemporaryFilesDirectory
Specifies a location to store the temporary processing file for an AS2 message.
public string TemporaryFilesDirectory { get; set; }