Class CfnAccessPolicy.ProjectProperty
Identifies a specific AWS IoT SiteWise Monitor project.
Inheritance
System.Object
CfnAccessPolicy.ProjectProperty
Implements
Namespace: Amazon.CDK.AWS.IoTSiteWise
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ProjectProperty : Object, CfnAccessPolicy.IProjectProperty
Syntax (vb)
Public Class ProjectProperty
Inherits Object
Implements CfnAccessPolicy.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
Constructors
ProjectProperty() |
Properties
Id | The ID of the project. |
Constructors
ProjectProperty()
public ProjectProperty()
Properties
Id
The ID of the project.
public string Id { get; set; }
Property Value
System.String