Class: Aws::CloudWatchEvidently::Types::ProjectDataDeliveryConfig

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

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



2370
2371
2372
2373
2374
2375
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 2370

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

#s3_destinationTypes::S3DestinationConfig

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



2370
2371
2372
2373
2374
2375
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 2370

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