AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the UpdateProjectDataDelivery operation. Updates the data storage options for this project. If you store evaluation events, you an keep them and analyze them on your own. If you choose not to store evaluation events, Evidently deletes them after using them to produce metrics and other experiment results that you can view.
You can't specify both cloudWatchLogs
and s3Destination
in the same
operation.
Namespace: Amazon.CloudWatchEvidently.Model
Assembly: AWSSDK.CloudWatchEvidently.dll
Version: 3.x.y.z
public class UpdateProjectDataDeliveryRequest : AmazonCloudWatchEvidentlyRequest IAmazonWebServiceRequest
The UpdateProjectDataDeliveryRequest type exposes the following members
Name | Description | |
---|---|---|
UpdateProjectDataDeliveryRequest() |
Name | Type | Description | |
---|---|---|---|
CloudWatchLogs | Amazon.CloudWatchEvidently.Model.CloudWatchLogsDestinationConfig |
Gets and sets the property CloudWatchLogs. A structure containing the CloudWatch Logs log group where you want to store evaluation events. |
|
Project | System.String |
Gets and sets the property Project. The name or ARN of the project that you want to modify the data storage options for. |
|
S3Destination | Amazon.CloudWatchEvidently.Model.S3DestinationConfig |
Gets and sets the property S3Destination. A structure containing the S3 bucket name and bucket prefix where you want to store evaluation events. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5