interface WorkspaceReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.IoTSiteWise.WorkspaceReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsiotsitewise#WorkspaceReference |
Java | software.amazon.awscdk.interfaces.iotsitewise.WorkspaceReference |
Python | aws_cdk.interfaces.aws_iotsitewise.WorkspaceReference |
TypeScript | aws-cdk-lib » interfaces » aws_iotsitewise » 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_iotsitewise as interfaces_iotsitewise } from 'aws-cdk-lib/interfaces';
const workspaceReference: interfaces_iotsitewise.WorkspaceReference = {
workspaceArn: 'workspaceArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| workspace | string | The WorkspaceArn of the Workspace resource. |
workspaceArn
Type:
string
The WorkspaceArn of the Workspace resource.

.NET
Go
Java
Python
TypeScript