Creates an Amazon DataZone project.
See https://www.paws-r-sdk.com/docs/datazone_create_project/ for full documentation.
datazone_create_project(
description = NULL,
domainIdentifier,
domainUnitId = NULL,
glossaryTerms = NULL,
name,
projectProfileId = NULL,
userParameters = NULL
)
The description of the Amazon DataZone project.
[required] The ID of the Amazon DataZone domain in which this project is created.
The ID of the domain unit. This parameter is not required and if it is not specified, then the project is created at the root domain unit level.
The glossary terms that can be used in this Amazon DataZone project.
[required] The name of the Amazon DataZone project.
The ID of the project profile.
The user parameters of the project.