Class: Aws::CloudWatchEvidently::Types::ProjectDataDelivery
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::ProjectDataDelivery
- 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::CloudWatchLogsDestination
If the project stores evaluation events in CloudWatch Logs, this structure stores the log group name.
-
#s3_destination ⇒ Types::S3Destination
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::CloudWatchLogsDestination
If the project stores evaluation events in CloudWatch Logs, this structure stores the log group name.
2348 2349 2350 2351 2352 2353 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 2348 class ProjectDataDelivery < Struct.new( :cloud_watch_logs, :s3_destination) SENSITIVE = [] include Aws::Structure end |
#s3_destination ⇒ Types::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 'lib/aws-sdk-cloudwatchevidently/types.rb', line 2348 class ProjectDataDelivery < Struct.new( :cloud_watch_logs, :s3_destination) SENSITIVE = [] include Aws::Structure end |