Updates an environment blueprint in Amazon DataZone
Source:R/datazone_operations.R
datazone_update_environment_blueprint.RdUpdates an environment blueprint in Amazon DataZone.
See https://www.paws-r-sdk.com/docs/datazone_update_environment_blueprint/ for full documentation.
Usage
datazone_update_environment_blueprint(
domainIdentifier,
identifier,
description = NULL,
provisioningProperties = NULL,
userParameters = NULL
)Arguments
- domainIdentifier
[required] The identifier of the Amazon DataZone domain in which an environment blueprint is to be updated.
- identifier
[required] The identifier of the environment blueprint to be updated.
- description
The description to be updated as part of the
update_environment_blueprintaction.- provisioningProperties
The provisioning properties to be updated as part of the
update_environment_blueprintaction.- userParameters
The user parameters to be updated as part of the
update_environment_blueprintaction.