Updates the specified environment profile in Amazon DataZone
Source:R/datazone_operations.R
datazone_update_environment_profile.RdUpdates 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(
domainIdentifier,
identifier,
name = NULL,
description = NULL,
userParameters = NULL,
awsAccountId = NULL,
awsAccountRegion = NULL
)Arguments
- 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_profileaction.- description
The description to be updated as part of the
update_environment_profileaction.- userParameters
The user parameters to be updated as part of the
update_environment_profileaction.- 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.