AWS::EMR::WALWorkspace - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::EMR::WALWorkspace

A WAL workspace is a logical container of write-ahead logs (WALs). All WALs in Amazon EMR WAL are encapsulated by a WAL workspace.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::EMR::WALWorkspace", "Properties" : { "Tags" : [ Tag, ... ], "WALWorkspaceName" : String } }

YAML

Type: AWS::EMR::WALWorkspace Properties: Tags: - Tag WALWorkspaceName: String

Properties

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.

Required: No

Type: Array of Tag

Update requires: No interruption

WALWorkspaceName

The name of the WAL workspace.

Required: No

Type: String

Pattern: ^[a-zA-Z0-9]+$

Minimum: 1

Maximum: 32

Update requires: Replacement

Return values

Ref

When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the ID of the workspace.

For more information about using the Ref function, see Ref.