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:
String
S3: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:
1
Maximum:
512
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