class Aws::CloudWatchEvidently::Types::UpdateProjectDataDeliveryRequest

@note When making an API call, you may pass UpdateProjectDataDeliveryRequest

data as a hash:

    {
      cloud_watch_logs: {
        log_group: "CwLogGroupSafeName",
      },
      project: "ProjectRef", # required
      s3_destination: {
        bucket: "S3BucketSafeName",
        prefix: "S3PrefixSafeName",
      },
    }

@!attribute [rw] cloud_watch_logs

A structure containing the CloudWatch Logs log group where you want
to store evaluation events.
@return [Types::CloudWatchLogsDestinationConfig]

@!attribute [rw] project

The name or ARN of the project that you want to modify the data
storage options for.
@return [String]

@!attribute [rw] s3_destination

A structure containing the S3 bucket name and bucket prefix where
you want to store evaluation events.
@return [Types::S3DestinationConfig]

@see docs.aws.amazon.com/goto/WebAPI/evidently-2021-02-01/UpdateProjectDataDeliveryRequest AWS API Documentation

Constants

SENSITIVE