Show / Hide Table of Contents

Class CfnPortal.PortalTypeEntryProperty

Container associated a certain PortalType.

Inheritance
object
CfnPortal.PortalTypeEntryProperty
Implements
CfnPortal.IPortalTypeEntryProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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

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

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" }
             };

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 .

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

Implements

CfnPortal.IPortalTypeEntryProperty
Back to top Generated by DocFX