AWS::Evidently::Project DataDeliveryObject
A structure that contains information about where Evidently is to store evaluation events for longer term storage.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "LogGroup" :String, "S3" :S3Destination}
YAML
LogGroup:StringS3:S3Destination
Properties
LogGroup-
If the project stores evaluation events in CloudWatch Logs, this structure stores the log group name.
Required: No
Type: String
Update requires: No interruption
S3-
If the project stores evaluation events in an Amazon S3 bucket, this structure stores the bucket name and bucket prefix.
Required: No
Type: S3Destination
Update requires: No interruption