interface PortalReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTSiteWise.PortalReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiotsitewise#PortalReference |
![]() | software.amazon.awscdk.services.iotsitewise.PortalReference |
![]() | aws_cdk.aws_iotsitewise.PortalReference |
![]() | aws-cdk-lib » aws_iotsitewise » PortalReference |
A reference to a Portal resource.
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 portalReference: iotsitewise.PortalReference = {
portalArn: 'portalArn',
portalId: 'portalId',
};
Properties
Name | Type | Description |
---|---|---|
portal | string | The ARN of the Portal resource. |
portal | string | The PortalId of the Portal resource. |
portalArn
Type:
string
The ARN of the Portal resource.
portalId
Type:
string
The PortalId of the Portal resource.