Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-iotsitewise-project.json
Parent schema serverless-framework-configuration
Type: object

Properties

PortalId string | Aws_CF_FunctionString required

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

ProjectName string | Aws_CF_FunctionString required

A friendly name for the project.

ProjectDescription string | Aws_CF_FunctionString

A description for the project.

AssetIds AssetId[]

The IDs of the assets to be associated to the project.

uniqueItems=true
Tags Tag[]

A list of key-value pairs that contain metadata for the project.

Definitions

AssetId string | Aws_CF_FunctionString

The ID of the asset

Tag object

To add or update tag, provide both key and value. To delete tag, provide only tag key to be deleted

Key string | Aws_CF_FunctionString required
Value string | Aws_CF_FunctionString required