Learn R Programming

paws.analytics (version 0.7.0)

datazone_update_environment_profile: Updates the specified environment profile in Amazon DataZone

Description

Updates the specified environment profile in Amazon DataZone.

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

Usage

datazone_update_environment_profile(
  awsAccountId = NULL,
  awsAccountRegion = NULL,
  description = NULL,
  domainIdentifier,
  identifier,
  name = NULL,
  userParameters = NULL
)

Arguments

awsAccountId

The Amazon Web Services account in which a specified environment profile is to be udpated.

awsAccountRegion

The Amazon Web Services Region in which a specified environment profile is to be updated.

description

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

domainIdentifier

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

identifier

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

name

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

userParameters

The user parameters to be updated as part of the update_environment_profile action.