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