Show / Hide Table of Contents

Class CfnAgreement.CustomDirectoriesProperty

Specifies a separate directory for each type of file to store for an AS2 message.

Inheritance
object
CfnAgreement.CustomDirectoriesProperty
Implements
CfnAgreement.ICustomDirectoriesProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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

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

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"
             };

Properties

FailedFilesDirectory

Specifies a location to store the failed files for an AS2 message.

public string FailedFilesDirectory { get; set; }
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.

public string MdnFilesDirectory { get; set; }
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.

public string PayloadFilesDirectory { get; set; }
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.

public string StatusFilesDirectory { get; set; }
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.

public string TemporaryFilesDirectory { get; set; }
Property Value

string

Remarks

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

Implements

CfnAgreement.ICustomDirectoriesProperty
Back to top Generated by DocFX