This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
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 AWS 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
Pattern:
^[-a-zA-Z0-9._/]+$Minimum:
1Maximum:
512Update 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