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