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