interface WorkspacesPoolReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.WorkSpaces.WorkspacesPoolReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsworkspaces#WorkspacesPoolReference |
Java | software.amazon.awscdk.services.workspaces.WorkspacesPoolReference |
Python | aws_cdk.aws_workspaces.WorkspacesPoolReference |
TypeScript | aws-cdk-lib » aws_workspaces » WorkspacesPoolReference |
A reference to a WorkspacesPool resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_workspaces as workspaces } from 'aws-cdk-lib';
const workspacesPoolReference: workspaces.WorkspacesPoolReference = {
poolId: 'poolId',
};
Properties
| Name | Type | Description |
|---|---|---|
| pool | string | The PoolId of the WorkspacesPool resource. |
poolId
Type:
string
The PoolId of the WorkspacesPool resource.

.NET
Go
Java
Python
TypeScript