CustomDirectoriesPropertiesArgs

data class CustomDirectoriesPropertiesArgs(val failedFilesDirectory: Output<String>, val mdnFilesDirectory: Output<String>, val payloadFilesDirectory: Output<String>, val statusFilesDirectory: Output<String>, val temporaryFilesDirectory: Output<String>) : ConvertibleToJava<CustomDirectoriesPropertiesArgs>

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

Constructors

Link copied to clipboard
constructor(failedFilesDirectory: Output<String>, mdnFilesDirectory: Output<String>, payloadFilesDirectory: Output<String>, statusFilesDirectory: Output<String>, temporaryFilesDirectory: Output<String>)

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Functions

Link copied to clipboard
open override fun toJava(): CustomDirectoriesPropertiesArgs