Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-agreement-customdirectories.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-agreement-customdirectories.html#cfn-transfer-agreement-customdirectories-failedfilesdirectory

MdnFilesDirectory

Specifies a location to store the MDN file for an AS2 message.

string MdnFilesDirectory { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-agreement-customdirectories.html#cfn-transfer-agreement-customdirectories-mdnfilesdirectory

PayloadFilesDirectory

Specifies a location to store the payload file for an AS2 message.

string PayloadFilesDirectory { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-agreement-customdirectories.html#cfn-transfer-agreement-customdirectories-payloadfilesdirectory

StatusFilesDirectory

Specifies a location to store the status file for an AS2 message.

string StatusFilesDirectory { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-agreement-customdirectories.html#cfn-transfer-agreement-customdirectories-statusfilesdirectory

TemporaryFilesDirectory

Specifies a location to store the temporary processing file for an AS2 message.

string TemporaryFilesDirectory { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-agreement-customdirectories.html#cfn-transfer-agreement-customdirectories-temporaryfilesdirectory

Back to top Generated by DocFX