AWS::LookoutMetrics::AnomalyDetector S3SourceConfig
Contains information about the configuration of the S3 bucket that contains source files.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "FileFormatDescriptor" :FileFormatDescriptor, "HistoricalDataPathList" :[ String, ... ], "RoleArn" :String, "TemplatedPathList" :[ String, ... ]}
YAML
FileFormatDescriptor:FileFormatDescriptorHistoricalDataPathList:- StringRoleArn:StringTemplatedPathList:- String
Properties
FileFormatDescriptor-
Contains information about a source file's formatting.
Required: Yes
Type: FileFormatDescriptor
Update requires: No interruption
HistoricalDataPathList-
A list of paths to the historical data files.
Required: No
Type: List of String
Update requires: No interruption
RoleArn-
The ARN of an IAM role that has read and write access permissions to the source S3 bucket.
Required: Yes
Type: String
Update requires: No interruption
TemplatedPathList-
A list of templated paths to the source files.
Required: No
Type: List of String
Update requires: No interruption