AnomalyDetectorS3SourceConfigArgs

data class AnomalyDetectorS3SourceConfigArgs(val fileFormatDescriptor: Output<AnomalyDetectorFileFormatDescriptorArgs>, val historicalDataPathList: Output<List<String>>? = null, val roleArn: Output<String>, val templatedPathList: Output<List<String>>? = null) : ConvertibleToJava<AnomalyDetectorS3SourceConfigArgs>

Constructors

Link copied to clipboard
constructor(fileFormatDescriptor: Output<AnomalyDetectorFileFormatDescriptorArgs>, historicalDataPathList: Output<List<String>>? = null, roleArn: Output<String>, templatedPathList: Output<List<String>>? = null)

Properties

Link copied to clipboard

Contains information about a source file's formatting.

Link copied to clipboard
val historicalDataPathList: Output<List<String>>? = null

A list of paths to the historical data files.

Link copied to clipboard
val roleArn: Output<String>

The ARN of an IAM role that has read and write access permissions to the source S3 bucket.

Link copied to clipboard
val templatedPathList: Output<List<String>>? = null

A list of templated paths to the source files.

Functions

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