WALWorkspaceReference
- class aws_cdk.interfaces.aws_emr.WALWorkspaceReference(*, wal_workspace_name)
Bases:
objectA reference to a WALWorkspace resource.
- Parameters:
wal_workspace_name (
str) – The WALWorkspaceName of the WALWorkspace 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_emr as interfaces_aws_emr w_aLWorkspace_reference = interfaces_aws_emr.WALWorkspaceReference( wal_workspace_name="walWorkspaceName" )
Attributes
- wal_workspace_name
The WALWorkspaceName of the WALWorkspace resource.