AWS SDK Version 3 for .NET
API Reference

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 UpdateProject operation. Updates the description of an existing project.

To create a new project, use CreateProject.

Don't use this operation to update the data storage options of a project. Instead, use UpdateProjectDataDelivery.

Don't use this operation to update the tags of a project. Instead, use TagResource.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CloudWatchEvidently.AmazonCloudWatchEvidentlyRequest
      Amazon.CloudWatchEvidently.Model.UpdateProjectRequest

Namespace: Amazon.CloudWatchEvidently.Model
Assembly: AWSSDK.CloudWatchEvidently.dll
Version: 3.x.y.z

Syntax

C#
public class UpdateProjectRequest : AmazonCloudWatchEvidentlyRequest
         IAmazonWebServiceRequest

The UpdateProjectRequest type exposes the following members

Constructors

NameDescription
Public Method UpdateProjectRequest()

Properties

NameTypeDescription
Public Property AppConfigResource Amazon.CloudWatchEvidently.Model.ProjectAppConfigResourceConfig

Gets and sets the property AppConfigResource.

Use this parameter if the project will use client-side evaluation powered by AppConfig. Client-side evaluation allows your application to assign variations to user sessions locally instead of by calling the EvaluateFeature operation. This mitigates the latency and availability risks that come with an API call. allows you to

This parameter is a structure that contains information about the AppConfig application that will be used for client-side evaluation.

Public Property Description System.String

Gets and sets the property Description.

An optional description of the project.

Public Property Project System.String

Gets and sets the property Project.

The name or ARN of the project to update.

Version Information

.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