WorkspaceInstanceReference
- class aws_cdk.interfaces.aws_workspacesinstances.WorkspaceInstanceReference(*, workspace_instance_id)
Bases:
objectA 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.interfaces import aws_workspacesinstances as interfaces_aws_workspacesinstances workspace_instance_reference = interfaces_aws_workspacesinstances.WorkspaceInstanceReference( workspace_instance_id="workspaceInstanceId" )
Attributes
- workspace_instance_id
The WorkspaceInstanceId of the WorkspaceInstance resource.