EdiConfiguration

Specifies the details for the EDI (electronic data interchange) transformation.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Contains the Amazon S3 bucket and prefix for the location of the input file, which is contained in an S3Location object.

Link copied to clipboard

Contains the Amazon S3 bucket and prefix for the location of the output file, which is contained in an S3Location object.

Link copied to clipboard

Returns the system-assigned unique identifier for the transformer.

Link copied to clipboard

Returns the type of the capability. Currently, only edi is supported.

Functions

Link copied to clipboard
inline fun copy(block: EdiConfiguration.Builder.() -> Unit = {}): EdiConfiguration
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String