AnomalyDetectorS3SourceConfig

data class AnomalyDetectorS3SourceConfig(val fileFormatDescriptor: AnomalyDetectorFileFormatDescriptor, val historicalDataPathList: List<String>? = null, val roleArn: String, val templatedPathList: List<String>? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Contains information about a source file's formatting.

Link copied to clipboard

A list of paths to the historical data files.

Link copied to clipboard

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

Link copied to clipboard

A list of templated paths to the source files.