Interface CfnAccessPolicy.IProjectProperty
Identifies a specific AWS IoT SiteWise Monitor project.
Namespace: Amazon.CDK.AWS.IoTSiteWise
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IProjectProperty
Syntax (vb)
Public Interface IProjectProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.IoTSiteWise;
var projectProperty = new ProjectProperty {
Id = "id"
};
Synopsis
Properties
Id | The ID of the project. |
Properties
Id
The ID of the project.
virtual string Id { get; }
Property Value
System.String