interface ProjectProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.IoTSiteWise.CfnAccessPolicy.ProjectProperty |
Java | software.amazon.awscdk.services.iotsitewise.CfnAccessPolicy.ProjectProperty |
Python | aws_cdk.aws_iotsitewise.CfnAccessPolicy.ProjectProperty |
TypeScript | @aws-cdk/aws-iotsitewise » CfnAccessPolicy » ProjectProperty |
The Project
property type specifies the AWS IoT SiteWise Monitor project for an AWS::IoTSiteWise::AccessPolicy .
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as iotsitewise from '@aws-cdk/aws-iotsitewise';
const projectProperty: iotsitewise.CfnAccessPolicy.ProjectProperty = {
id: 'id',
};
Properties
Name | Type | Description |
---|---|---|
id? | string | The ID of the project. |
id?
Type:
string
(optional)
The ID of the project.