class Aws::CloudWatchEvidently::Types::ProjectDataDeliveryConfig
A structure that contains information about where Evidently is to store evaluation events for longer term storage.
@note When making an API call, you may pass ProjectDataDeliveryConfig
data as a hash: { cloud_watch_logs: { log_group: "CwLogGroupSafeName", }, s3_destination: { bucket: "S3BucketSafeName", prefix: "S3PrefixSafeName", }, }
@!attribute [rw] cloud_watch_logs
If the project stores evaluation events in CloudWatch Logs, this structure stores the log group name. @return [Types::CloudWatchLogsDestinationConfig]
@!attribute [rw] s3_destination
If the project stores evaluation events in an Amazon S3 bucket, this structure stores the bucket name and bucket prefix. @return [Types::S3DestinationConfig]
@see docs.aws.amazon.com/goto/WebAPI/evidently-2021-02-01/ProjectDataDeliveryConfig AWS API Documentation
Constants
- SENSITIVE