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
description: 'description',
domainIdentifier: 'domainIdentifier',
domainUnitIdentifier: 'domainUnitIdentifier',
environmentConfigurations: [{
awsRegion: {
regionName: 'regionName',
},
environmentBlueprintId: 'environmentBlueprintId',
name: 'name',
// the properties below are optional
awsAccount: {
awsAccountId: 'awsAccountId',
},
configurationParameters: {
parameterOverrides: [{
isEditable: false,
name: 'name',
value: 'value',
}],
resolvedParameters: [{
isEditable: false,
name: 'name',
value: 'value',
}],
ssmPath: 'ssmPath',
},
deploymentMode: 'deploymentMode',
deploymentOrder: 123,
description: 'description',
id: 'id',
}],
status: 'status',
};
Properties
Name | Type | Description |
---|---|---|
name | string | The name of a project profile. |
description? | string | The description of the project profile. |
domain | string | |
domain | string | |
environment | IResolvable | IResolvable | Environment [] | |
status? | string | The status of a project profile. |
name
Type:
string
The name of a project profile.
description?
Type:
string
(optional)
The description of the project profile.
domainIdentifier?
Type:
string
(optional)
domainUnitIdentifier?
Type:
string
(optional)
environmentConfigurations?
Type:
IResolvable
|
IResolvable
|
Environment
[]
(optional)
status?
Type:
string
(optional)
The status of a project profile.