interface CfnProjectProps
Language | Type name |
---|---|
.NET | Amazon.CDK.aws_datazone.CfnProjectProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsdatazone#CfnProjectProps |
Java | software.amazon.awscdk.services.datazone.CfnProjectProps |
Python | aws_cdk.aws_datazone.CfnProjectProps |
TypeScript | aws-cdk-lib » aws_datazone » CfnProjectProps |
Properties for defining a CfnProject
.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-project.html
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_datazone as datazone } from 'aws-cdk-lib';
const cfnProjectProps: datazone.CfnProjectProps = {
domainIdentifier: 'domainIdentifier',
name: 'name',
// the properties below are optional
description: 'description',
glossaryTerms: ['glossaryTerms'],
};
Properties
Name | Type | Description |
---|---|---|
domain | string | The identifier of a Amazon DataZone domain where the project exists. |
name | string | The name of a project. |
description? | string | The description of a project. |
glossary | string[] | The glossary terms that can be used in this Amazon DataZone project. |
domainIdentifier
Type:
string
The identifier of a Amazon DataZone domain where the project exists.
name
Type:
string
The name of a project.
description?
Type:
string
(optional)
The description of a project.
glossaryTerms?
Type:
string[]
(optional)
The glossary terms that can be used in this Amazon DataZone project.