Interface CfnPortal.IPortalTypeEntryProperty
Container associated a certain PortalType.
Namespace: Amazon.CDK.AWS.IoTSiteWise
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IPortalTypeEntryProperty
Syntax (vb)
Public Interface 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
Properties
PortalTools | List of enabled Tools for a certain portal. |
Properties
PortalTools
List of enabled Tools for a certain portal.
string[] PortalTools { get; }
Property Value
System.String[]