CfnWALWorkspaceProps

class aws_cdk.aws_emr.CfnWALWorkspaceProps(*, tags=None, wal_workspace_name=None)

Bases: object

Properties for defining a CfnWALWorkspace.

Parameters:
  • tags (Optional[Sequence[Union[CfnTag, Dict[str, Any]]]]) – You can add tags when you create a new workspace. You can add, remove, or list tags from an active workspace, but you can’t update tags. Instead, remove the tag and add a new one. For more information, see see Tag your Amazon EMR WAL workspaces .

  • wal_workspace_name (Optional[str]) – The name of the WAL workspace.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-walworkspace.html

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

cfn_wALWorkspace_props = emr.CfnWALWorkspaceProps(
    tags=[CfnTag(
        key="key",
        value="value"
    )],
    wal_workspace_name="walWorkspaceName"
)

Attributes

tags

You can add tags when you create a new workspace.

You can add, remove, or list tags from an active workspace, but you can’t update tags. Instead, remove the tag and add a new one. For more information, see see Tag your Amazon EMR WAL workspaces .

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-walworkspace.html#cfn-emr-walworkspace-tags

wal_workspace_name

The name of the WAL workspace.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-walworkspace.html#cfn-emr-walworkspace-walworkspacename