WorkspaceInstanceReference

class aws_cdk.aws_workspacesinstances.WorkspaceInstanceReference(*, workspace_instance_id)

Bases: object

A reference to a WorkspaceInstance resource.

Parameters:

workspace_instance_id (str) – The WorkspaceInstanceId of the WorkspaceInstance 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_workspacesinstances as workspacesinstances

workspace_instance_reference = workspacesinstances.WorkspaceInstanceReference(
    workspace_instance_id="workspaceInstanceId"
)

Attributes

workspace_instance_id

The WorkspaceInstanceId of the WorkspaceInstance resource.