Show / Hide Table of Contents

Class CfnAccessPolicy.ProjectProperty

Identifies a specific AWS IoT SiteWise Monitor project.

Inheritance
object
CfnAccessPolicy.ProjectProperty
Implements
CfnAccessPolicy.IProjectProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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

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

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"
             };

Properties

Id

The ID of the project.

public string? Id { get; set; }
Property Value

string

Remarks

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

Implements

CfnAccessPolicy.IProjectProperty
Back to top Generated by DocFX