Class CfnPortal.PortalTypeEntryProperty
Container associated a certain PortalType.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.IoTSiteWise
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnPortal.PortalTypeEntryProperty : CfnPortal.IPortalTypeEntryProperty
Syntax (vb)
Public Class CfnPortal.PortalTypeEntryProperty Implements CfnPortal.IPortalTypeEntryProperty
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 portalTypeEntryProperty = new PortalTypeEntryProperty {
PortalTools = new [] { "portalTools" }
};
Synopsis
Constructors
PortalTypeEntryProperty() | Container associated a certain PortalType. |
Properties
PortalTools | The array of tools associated with the specified portal type. |
Constructors
PortalTypeEntryProperty()
Container associated a certain PortalType.
public PortalTypeEntryProperty()
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 portalTypeEntryProperty = new PortalTypeEntryProperty {
PortalTools = new [] { "portalTools" }
};
Properties
PortalTools
The array of tools associated with the specified portal type.
public string[] PortalTools { get; set; }
Property Value
string[]
Remarks
The possible values are ASSISTANT
and DASHBOARD
.