v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1473397365.8 KB

Creates a project in the specified portal.

Make sure that the project name and description don't contain confidential information.

post/projects

Request body

portalIdstring required

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

projectNamestring required

A friendly name for the project.

projectDescriptionstring

A description for the project.

clientTokenstring

A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

tagsobject

A list of key-value pairs that contain metadata for the project. For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/tag-resources.html">Tagging your IoT SiteWise resources</a> in the <i>IoT SiteWise User Guide</i>.

Response

Success

projectIdstring required

The ID of the project.

projectArnstring required
<p>The <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">ARN</a> of the project, which has the following format.</p> <p> <code>arn:${Partition}:iotsitewise:${Region}:${Account}:project/${ProjectId}</code> </p>