Creates a Amazon DataZone blueprint
Source:R/datazone_operations.R
datazone_create_environment_blueprint.RdCreates a Amazon DataZone blueprint.
See https://www.paws-r-sdk.com/docs/datazone_create_environment_blueprint/ for full documentation.
Usage
datazone_create_environment_blueprint(
domainIdentifier,
name,
description = NULL,
provisioningProperties,
userParameters = NULL
)Arguments
- domainIdentifier
[required] The identifier of the domain in which this blueprint is created.
- name
[required] The name of this Amazon DataZone blueprint.
- description
The description of the Amazon DataZone blueprint.
- provisioningProperties
[required] The provisioning properties of this Amazon DataZone blueprint.
- userParameters
The user parameters of this Amazon DataZone blueprint.