interface CfnProjectProfileProps
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_datazone.CfnProjectProfileProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdatazone#CfnProjectProfileProps |
![]() | software.amazon.awscdk.services.datazone.CfnProjectProfileProps |
![]() | aws_cdk.aws_datazone.CfnProjectProfileProps |
![]() | aws-cdk-lib » aws_datazone » CfnProjectProfileProps |
Properties for defining a CfnProjectProfile
.
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 cfnProjectProfileProps: datazone.CfnProjectProfileProps = {
name: 'name',
// the properties below are optional
allowedDesignations: [{
designationId: 'designationId',
}],
changeLog: 'changeLog',
description: 'description',
domainIdentifier: 'domainIdentifier',
domainUnitIdentifier: 'domainUnitIdentifier',
projectScopes: [{
name: 'name',
// the properties below are optional
policy: 'policy',
}],
status: 'status',
};
Properties
Name | Type | Description |
---|---|---|
name | string | |
allowed | IResolvable | IResolvable | Designation [] | |
change | string | |
description? | string | |
domain | string | |
domain | string | |
project | IResolvable | IResolvable | Project [] | |
status? | string |
name
Type:
string
allowedDesignations?
Type:
IResolvable
|
IResolvable
|
Designation
[]
(optional)
changeLog?
Type:
string
(optional)
description?
Type:
string
(optional)
domainIdentifier?
Type:
string
(optional)
domainUnitIdentifier?
Type:
string
(optional)
projectScopes?
Type:
IResolvable
|
IResolvable
|
Project
[]
(optional)
status?
Type:
string
(optional)