ProcessingS3Input constructor
ProcessingS3Input({
- required ProcessingS3DataType s3DataType,
- required String s3Uri,
- String? localPath,
- ProcessingS3CompressionType? s3CompressionType,
- ProcessingS3DataDistributionType? s3DataDistributionType,
- ProcessingS3InputMode? s3InputMode,
Implementation
ProcessingS3Input({
required this.s3DataType,
required this.s3Uri,
this.localPath,
this.s3CompressionType,
this.s3DataDistributionType,
this.s3InputMode,
});