Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UpdateProjectDataDeliveryRequest

import type { UpdateProjectDataDeliveryRequest } from "https://aws-api.deno.dev/v0.4/services/evidently.ts?docs=full";
interface UpdateProjectDataDeliveryRequest {
cloudWatchLogs?: CloudWatchLogsDestinationConfig | null;
project: string;
s3Destination?: S3DestinationConfig | null;
}

§Properties

§
cloudWatchLogs?: CloudWatchLogsDestinationConfig | null
[src]

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

§
project: string
[src]

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

§
s3Destination?: S3DestinationConfig | null
[src]

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