Class: Aws::CloudWatchEvidently::Types::ProjectDataDelivery

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb

Overview

A structure that contains information about where Evidently is to store evaluation events for longer term storage.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_logsTypes::CloudWatchLogsDestination

If the project stores evaluation events in CloudWatch Logs, this structure stores the log group name.



2348
2349
2350
2351
2352
2353
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 2348

class ProjectDataDelivery < Struct.new(
  :cloud_watch_logs,
  :s3_destination)
  SENSITIVE = []
  include Aws::Structure
end

#s3_destinationTypes::S3Destination

If the project stores evaluation events in an Amazon S3 bucket, this structure stores the bucket name and bucket prefix.



2348
2349
2350
2351
2352
2353
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 2348

class ProjectDataDelivery < Struct.new(
  :cloud_watch_logs,
  :s3_destination)
  SENSITIVE = []
  include Aws::Structure
end