AWS::LookoutMetrics::AnomalyDetector S3SourceConfig
Contains information about the configuration of the S3 bucket that contains source files.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "FileFormatDescriptor" :
FileFormatDescriptor
, "HistoricalDataPathList" :[ String, ... ]
, "RoleArn" :String
, "TemplatedPathList" :[ String, ... ]
}
YAML
FileFormatDescriptor:
FileFormatDescriptor
HistoricalDataPathList:- String
RoleArn:String
TemplatedPathList:- 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: Array of String
Minimum:
1
Maximum:
1024 | 1
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
Pattern:
arn:([a-z\d-]+):.*:.*:.*:.+
Maximum:
256
Update requires: No interruption
TemplatedPathList
-
A list of templated paths to the source files.
Required: No
Type: Array of String
Minimum:
1
Maximum:
1024 | 1
Update requires: No interruption