AWS::Evidently::Project S3Destination
If the project stores evaluation events in an Amazon S3 bucket, this structure stores the bucket name and bucket prefix.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "BucketName" :
String
, "Prefix" :String
}
YAML
BucketName:
String
Prefix:String
Properties
BucketName
-
The name of the bucket in which Evidently stores evaluation events.
Required: Yes
Type: String
Pattern:
^[a-z0-9][-a-z0-9]*[a-z0-9]$
Minimum:
3
Maximum:
63
Update requires: No interruption
Prefix
-
The bucket prefix in which Evidently stores evaluation events.
Required: No
Type: String
Pattern:
^[-a-zA-Z0-9!_.*'()/]*$
Minimum:
1
Maximum:
1024
Update requires: No interruption