Learn R Programming

paws.analytics (version 0.7.0)

datazone_update_project: Updates the specified project in Amazon DataZone

Description

Updates the specified project in Amazon DataZone.

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

Usage

datazone_update_project(
  description = NULL,
  domainIdentifier,
  glossaryTerms = NULL,
  identifier,
  name = NULL
)

Arguments

description

The description to be updated as part of the update_project action.

domainIdentifier

[required] The ID of the Amazon DataZone domain where a project is being updated.

glossaryTerms

The glossary terms to be updated as part of the update_project action.

identifier

[required] The identifier of the project that is to be updated.

name

The name to be updated as part of the update_project action.