WALWorkspaceReference
- class aws_cdk.aws_emr.WALWorkspaceReference(*, wal_workspace_name)
Bases:
object
A 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 import aws_emr as emr w_aLWorkspace_reference = emr.WALWorkspaceReference( wal_workspace_name="walWorkspaceName" )
Attributes
- wal_workspace_name
The WALWorkspaceName of the WALWorkspace resource.