WorkspacesPoolReference

class aws_cdk.aws_workspaces.WorkspacesPoolReference(*, pool_id)

Bases: object

A reference to a WorkspacesPool resource.

Parameters:

pool_id (str) – The PoolId of the WorkspacesPool resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_workspaces as workspaces

workspaces_pool_reference = workspaces.WorkspacesPoolReference(
    pool_id="poolId"
)

Attributes

pool_id

The PoolId of the WorkspacesPool resource.