AWS::Timestream::ScheduledQuery S3Configuration
Details on S3 location for error reports that result from running a query.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "BucketName" :String, "EncryptionOption" :String, "ObjectKeyPrefix" :String}
YAML
BucketName:StringEncryptionOption:StringObjectKeyPrefix:String
Properties
BucketName-
Name of the S3 bucket under which error reports will be created.
Required: Yes
Type: String
Minimum:
3Maximum:
63Pattern:
[a-z0-9][\.\-a-z0-9]{1,61}[a-z0-9]Update requires: Replacement
EncryptionOption-
Encryption at rest options for the error reports. If no encryption option is specified, Timestream will choose SSE_S3 as default.
Required: No
Type: String
Allowed values:
SSE_KMS | SSE_S3Update requires: Replacement
ObjectKeyPrefix-
Prefix for the error report key. Timestream by default adds the following prefix to the error report path.
Required: No
Type: String
Minimum:
1Maximum:
928Pattern:
[a-zA-Z0-9|!\-_*'\(\)]([a-zA-Z0-9]|[!\-_*'\(\)\/.])+Update requires: Replacement