AWS::DataZone::ProjectThe `AWS::DataZone::Project` resource specifies an Amazon DataZone project. Projects enable a group of users to collaborate on various business use cases that involve publishing, discovering, subscribing to, and consuming data in the Amazon DataZone catalog. Project members consume assets from the Amazon DataZone catalog and produce new assets using one or more analytical workflows.
import { CfnProject } from 'aws-cdk-lib/aws-datazone';Or use the module namespace:
import * as datazone from 'aws-cdk-lib/aws-datazone';
// datazone.CfnProjectConfiguration passed to the constructor as CfnProjectProps.
domainIdentifierRequiredstringThe identifier of a Amazon DataZone domain where the project exists.
nameRequiredstringThe name of a project.
descriptionOptionalstringThe description of a project.
domainUnitIdOptionalstringThe 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.
glossaryTermsOptionalstring[]The glossary terms that can be used in this Amazon DataZone project.
projectProfileIdOptionalstringThe ID of the project profile.
projectProfileVersionOptionalstringThe project profile version to which the project should be updated. You can only specify the following string for this parameter: `latest` .
resourceTagsOptionalIResolvable | IResolvable | ResourceTagProperty[]The resource tags of the project.
userParametersOptionalIResolvable | IResolvable | EnvironmentConfigurationUserParameterProperty[]The user parameters of the project.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-datazoneAWS::DataZone::Project