create_project
Create a project in an Amazon DataZone domain by providing a domain ID and project name, with optional configuration for description, glossary terms, domain unit, and user parameters.
Instructions
Creates a new project in an Amazon DataZone domain.
Args: domain_identifier (str): The ID of the domain where the project will be created name (str): The name of the project (required) description (str, optional): The description of the project domain_unit_id (str, optional): The ID of the domain unit where the project will be created glossary_terms (List[str], optional): List of glossary terms that can be used in the project project_profile_id (str, optional): The ID of the project profile user_parameters (List[Dict[str, Any]], optional): The user parameters of the project
Returns: Any: The API response containing the created project details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| description | No | ||
| domain_unit_id | No | ||
| glossary_terms | No | ||
| user_parameters | No | ||
| domain_identifier | Yes | ||
| project_profile_id | No |