Class CfnAccessPolicy.PortalProperty
Identifies an AWS IoT SiteWise Monitor portal.
Inheritance
System.Object
CfnAccessPolicy.PortalProperty
Implements
Namespace: Amazon.CDK.AWS.IoTSiteWise
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class PortalProperty : Object, CfnAccessPolicy.IPortalProperty
Syntax (vb)
Public Class PortalProperty
Inherits Object
Implements CfnAccessPolicy.IPortalProperty
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 portalProperty = new PortalProperty {
Id = "id"
};
Synopsis
Constructors
PortalProperty() |
Properties
Id | The ID of the portal. |
Constructors
PortalProperty()
public PortalProperty()
Properties
Id
The ID of the portal.
public string Id { get; set; }
Property Value
System.String