WorkspaceIpGroupReference
- class aws_cdk.interfaces.aws_workspaces.WorkspaceIpGroupReference(*, workspace_ip_group_arn)
Bases:
objectA reference to a WorkspaceIpGroup resource.
- Parameters:
workspace_ip_group_arn (
str) – The Arn of the WorkspaceIpGroup 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_workspaces as interfaces_workspaces workspace_ip_group_reference = interfaces_workspaces.WorkspaceIpGroupReference( workspace_ip_group_arn="workspaceIpGroupArn" )
Attributes
- workspace_ip_group_arn
The Arn of the WorkspaceIpGroup resource.