interface WorkspacesPoolReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.WorkSpaces.WorkspacesPoolReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsworkspaces#WorkspacesPoolReference |
![]() | software.amazon.awscdk.services.workspaces.WorkspacesPoolReference |
![]() | aws_cdk.aws_workspaces.WorkspacesPoolReference |
![]() | 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.