AWS::IoTSiteWise::Project> 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 { CfnProject } from 'aws-cdk-lib/aws-iotsitewise';Or use the module namespace:
import * as iotsitewise from 'aws-cdk-lib/aws-iotsitewise';
// iotsitewise.CfnProjectConfiguration passed to the constructor as CfnProjectProps.
portalIdRequiredstringThe ID of the portal in which to create the project.
projectNameRequiredstringA friendly name for the project.
assetIdsOptionalstring[]A list that contains the IDs of each asset associated with the project.
projectDescriptionOptionalstringA description for the project.
tagsOptionalCfnTag[]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* .
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-iotsitewiseAWS::IoTSiteWise::Project