AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::IoTSiteWise::Project

CfnProject

> The AWS IoT SiteWise Monitor feature will no longer be open to new customers starting November 7, 2025 . If you would like to use the AWS IoT SiteWise Monitor feature, sign up prior to that date. Existing customers can continue to use the service as normal. For more information, see [AWS IoT SiteWise Monitor availability change](https://docs.aws.amazon.com/iot-sitewise/latest/appguide/iotsitewise-monitor-availability-change.html) . Creates a project in the specified portal. > Make sure that the project name and description don't contain confidential information.

Import

import { CfnProject } from 'aws-cdk-lib/aws-iotsitewise';

Or use the module namespace:

import * as iotsitewise from 'aws-cdk-lib/aws-iotsitewise';
// iotsitewise.CfnProject

Properties

Configuration passed to the constructor as CfnProjectProps.

portalIdRequired
string

The ID of the portal in which to create the project.

projectNameRequired
string

A friendly name for the project.

assetIdsOptional
string[]

A list that contains the IDs of each asset associated with the project.

projectDescriptionOptional
string

A description for the project.

tagsOptional
CfnTag[]

A list of key-value pairs that contain metadata for the project. For more information, see [Tagging your AWS IoT SiteWise resources](https://docs.aws.amazon.com/iot-sitewise/latest/userguide/tag-resources.html) in the *AWS IoT SiteWise User Guide* .

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

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-iotsitewise
CFN TypeAWS::IoTSiteWise::Project
Properties5

External Links