aws-cdk-lib.aws_iotsitewise.CfnAccessPolicy.PortalProperty

interface PortalProperty

LanguageType name
.NETAmazon.CDK.AWS.IoTSiteWise.CfnAccessPolicy.PortalProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiotsitewise#CfnAccessPolicy_PortalProperty
Javasoftware.amazon.awscdk.services.iotsitewise.CfnAccessPolicy.PortalProperty
Pythonaws_cdk.aws_iotsitewise.CfnAccessPolicy.PortalProperty
TypeScript aws-cdk-lib » aws_iotsitewise » CfnAccessPolicy » PortalProperty

The Portal property type specifies the AWS IoT SiteWise Monitor portal for an AWS::IoTSiteWise::AccessPolicy .

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 portalProperty: iotsitewise.CfnAccessPolicy.PortalProperty = {
  id: 'id',
};

Properties

NameTypeDescription
id?stringThe ID of the portal.

id?

Type: string (optional)

The ID of the portal.