Show / Hide Table of Contents

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 CfnAccessPolicy.IProjectProperty
Syntax (vb)
Public Interface CfnAccessPolicy.IProjectProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-accesspolicy-project.html

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.

string? Id { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-accesspolicy-project.html#cfn-iotsitewise-accesspolicy-project-id

Back to top Generated by DocFX