AWS::Evidently::Project DataDeliveryObject - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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: 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