cloudwatchevidently_update_project: Updates the description of an existing project

View source: R/cloudwatchevidently_operations.R

cloudwatchevidently_update_projectR Documentation

Updates the description of an existing project

Description

Updates the description of an existing project.

See https://www.paws-r-sdk.com/docs/cloudwatchevidently_update_project/ for full documentation.

Usage

cloudwatchevidently_update_project(
  appConfigResource = NULL,
  description = NULL,
  project
)

Arguments

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 evaluate_feature 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.

description

An optional description of the project.

project

[required] The name or ARN of the project to update.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.