Show / Hide Table of Contents

Interface CfnPortal.IPortalTypeEntryProperty

Container associated a certain PortalType.

Namespace: Amazon.CDK.AWS.IoTSiteWise
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnPortal.IPortalTypeEntryProperty
Syntax (vb)
Public Interface CfnPortal.IPortalTypeEntryProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-portal-portaltypeentry.html

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

The array of tools associated with the specified portal type.

Properties

PortalTools

The array of tools associated with the specified portal type.

string[] PortalTools { get; }
Property Value

string[]

Remarks

The possible values are ASSISTANT and DASHBOARD .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-portal-portaltypeentry.html#cfn-iotsitewise-portal-portaltypeentry-portaltools

Back to top Generated by DocFX