AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::DataZone::ProjectProfile

CfnProjectProfile

The summary of a project profile.

Import

import { CfnProjectProfile } from 'aws-cdk-lib/aws-datazone';

Or use the module namespace:

import * as datazone from 'aws-cdk-lib/aws-datazone';
// datazone.CfnProjectProfile

Properties

Configuration passed to the constructor as CfnProjectProfileProps.

nameRequired
string

The name of a project profile.

allowCustomProjectResourceTagsOptional
boolean | IResolvable
descriptionOptional
string

The description of the project profile.

domainIdentifierOptional
string

A domain ID of the project profile.

domainUnitIdentifierOptional
string

A domain unit ID of the project profile.

environmentConfigurationsOptional
IResolvable | IResolvable | EnvironmentConfigurationProperty[]

Environment configurations of a project profile.

projectResourceTagsOptional
IResolvable | IResolvable | ResourceTagParameterProperty[]
projectResourceTagsDescriptionOptional
string
statusOptional
string

The status of a project profile.

useDefaultConfigurationsOptional
boolean | IResolvable

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter