Class: Aws::CloudWatchEvidently::Types::ProjectDataDeliveryConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::ProjectDataDeliveryConfig
- Includes:
- Structure
- Defined in:
- 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
-
#cloud_watch_logs ⇒ Types::CloudWatchLogsDestinationConfig
If the project stores evaluation events in CloudWatch Logs, this structure stores the log group name.
-
#s3_destination ⇒ Types::S3DestinationConfig
If the project stores evaluation events in an Amazon S3 bucket, this structure stores the bucket name and bucket prefix.
Instance Attribute Details
#cloud_watch_logs ⇒ Types::CloudWatchLogsDestinationConfig
If the project stores evaluation events in CloudWatch Logs, this structure stores the log group name.
2370 2371 2372 2373 2374 2375 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 2370 class ProjectDataDeliveryConfig < Struct.new( :cloud_watch_logs, :s3_destination) SENSITIVE = [] include Aws::Structure end |
#s3_destination ⇒ Types::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 'lib/aws-sdk-cloudwatchevidently/types.rb', line 2370 class ProjectDataDeliveryConfig < Struct.new( :cloud_watch_logs, :s3_destination) SENSITIVE = [] include Aws::Structure end |