Learn R Programming

paws.analytics (version 0.7.0)

datazone_update_environment: Updates the specified environment in Amazon DataZone

Description

Updates the specified environment in Amazon DataZone.

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

Usage

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

Arguments

description

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

domainIdentifier

[required] The identifier of the domain in which the environment is to be updated.

glossaryTerms

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

identifier

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

name

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