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
fun AnomalyDetectorS3SourceConfigArgs(fileFormatDescriptor: Output<AnomalyDetectorFileFormatDescriptorArgs>, historicalDataPathList: Output<List<String>>? = null, roleArn: Output<String>, templatedPathList: Output<List<String>>? = null)

Functions

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

Properties

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