Custom Directories Properties Args
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
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.