interface EntityReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTTwinMaker.EntityReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiottwinmaker#EntityReference |
![]() | software.amazon.awscdk.services.iottwinmaker.EntityReference |
![]() | aws_cdk.aws_iottwinmaker.EntityReference |
![]() | aws-cdk-lib » aws_iottwinmaker » EntityReference |
A reference to a Entity resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iottwinmaker as iottwinmaker } from 'aws-cdk-lib';
const entityReference: iottwinmaker.EntityReference = {
entityArn: 'entityArn',
entityId: 'entityId',
workspaceId: 'workspaceId',
};
Properties
Name | Type | Description |
---|---|---|
entity | string | The ARN of the Entity resource. |
entity | string | The EntityId of the Entity resource. |
workspace | string | The WorkspaceId of the Entity resource. |
entityArn
Type:
string
The ARN of the Entity resource.
entityId
Type:
string
The EntityId of the Entity resource.
workspaceId
Type:
string
The WorkspaceId of the Entity resource.