AWS::IoTSiteWise::ProjectResource schema for AWS::IoTSiteWise::Project
5 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
PortalId | string | RequiredCreate-only |
ProjectName | string | Required |
AssetIds | Array<string> | |
ProjectDescription | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ProjectArn | string | The ARN of the project. |
ProjectId | string | The ID of the project. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::IoTSiteWise::Project
Resources:
MyResource:
Type: AWS::IoTSiteWise::Project
Properties:
PortalId: "my-portalid"
ProjectName: "my-projectname"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
iotsitewise:CreateProjectiotsitewise:DescribeProjectiotsitewise:ListProjectAssetsiotsitewise:ListTagsForResourceiotsitewise:TagResourceiotsitewise:BatchAssociateProjectAssetsiotsitewise:DescribeProjectiotsitewise:ListTagsForResourceiotsitewise:ListProjectAssetsiotsitewise:DescribeProjectiotsitewise:UpdateProjectiotsitewise:BatchAssociateProjectAssetsiotsitewise:BatchDisAssociateProjectAssetsiotsitewise:ListProjectAssetsiotsitewise:TagResourceiotsitewise:UntagResourceiotsitewise:ListTagsForResourceiotsitewise:DescribeProjectiotsitewise:DeleteProjectiotsitewise:ListPortalsiotsitewise:ListProjectsiotsitewise:ListTagsForResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterProjectIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
PortalId