Class: Aws::CloudWatchEvidently::Types::UpdateProjectDataDeliveryRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_logsTypes::CloudWatchLogsDestinationConfig

A structure containing the CloudWatch Logs log group where you want to store evaluation events.



3454
3455
3456
3457
3458
3459
3460
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 3454

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

#projectString

The name or ARN of the project that you want to modify the data storage options for.

Returns:

  • (String)


3454
3455
3456
3457
3458
3459
3460
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 3454

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

#s3_destinationTypes::S3DestinationConfig

A structure containing the S3 bucket name and bucket prefix where you want to store evaluation events.



3454
3455
3456
3457
3458
3459
3460
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 3454

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