Class CfnPortal.PortalTypeEntryProperty
Container associated a certain PortalType.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.IoTSiteWise
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class PortalTypeEntryProperty : Object, CfnPortal.IPortalTypeEntryProperty
Syntax (vb)
Public Class PortalTypeEntryProperty
Inherits Object
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
Portal |
Properties
Portal |
List of enabled Tools for a certain portal. |
Constructors
PortalTypeEntryProperty()
public PortalTypeEntryProperty()
Properties
PortalTools
List of enabled Tools for a certain portal.
public string[] PortalTools { get; set; }
Property Value
System.