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