interface PortalTypeEntryProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.IoTSiteWise.CfnPortal.PortalTypeEntryProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsiotsitewise#CfnPortal_PortalTypeEntryProperty |
Java | software.amazon.awscdk.services.iotsitewise.CfnPortal.PortalTypeEntryProperty |
Python | aws_cdk.aws_iotsitewise.CfnPortal.PortalTypeEntryProperty |
TypeScript | aws-cdk-lib » aws_iotsitewise » CfnPortal » PortalTypeEntryProperty |
Container associated a certain PortalType.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iotsitewise as iotsitewise } from 'aws-cdk-lib';
const portalTypeEntryProperty: iotsitewise.CfnPortal.PortalTypeEntryProperty = {
portalTools: ['portalTools'],
};
Properties
| Name | Type | Description |
|---|---|---|
| portal | string[] | The array of tools associated with the specified portal type. |
portalTools
Type:
string[]
The array of tools associated with the specified portal type.
The possible values are ASSISTANT and DASHBOARD .

.NET
Go
Java
Python
TypeScript