s3InputMode property

Input<String?>? s3InputMode
final

Whether the Pipe or File is used as the input mode for transferring data for the monitoring job. Pipe mode is recommended for large datasets. File mode is useful for small files that fit in memory. Defaults to File. Valid values are Pipe or File

Implementation

final pulumi.Input<String?>? s3InputMode;