interface WorkspaceReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTTwinMaker.WorkspaceReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiottwinmaker#WorkspaceReference |
![]() | software.amazon.awscdk.services.iottwinmaker.WorkspaceReference |
![]() | aws_cdk.aws_iottwinmaker.WorkspaceReference |
![]() | aws-cdk-lib » aws_iottwinmaker » WorkspaceReference |
A reference to a Workspace 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 workspaceReference: iottwinmaker.WorkspaceReference = {
workspaceArn: 'workspaceArn',
workspaceId: 'workspaceId',
};
Properties
Name | Type | Description |
---|---|---|
workspace | string | The ARN of the Workspace resource. |
workspace | string | The WorkspaceId of the Workspace resource. |
workspaceArn
Type:
string
The ARN of the Workspace resource.
workspaceId
Type:
string
The WorkspaceId of the Workspace resource.