View source: R/datazone_operations.R
datazone_update_environment_profile | R Documentation |
Updates the specified environment profile in Amazon DataZone.
See https://www.paws-r-sdk.com/docs/datazone_update_environment_profile/ for full documentation.
datazone_update_environment_profile(
awsAccountId = NULL,
awsAccountRegion = NULL,
description = NULL,
domainIdentifier,
identifier,
name = NULL,
userParameters = NULL
)
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
|
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
|
userParameters |
The user parameters to be updated as part of the
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.