AWS Fundamentals Logo
AWS Fundamentals
AWS::EMR::WALWorkspace

EMR WALWorkspace

Resource schema for AWS::EMR::WALWorkspace Type

Properties

2 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
Tags
Array<Tag>
WALWorkspaceName
string
Create-only

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::EMR::WALWorkspace

Resources:
  MyResource:
    Type: AWS::EMR::WALWorkspace
    Properties:
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

emrwal:CreateWorkspaceemrwal:TagResourceiam:CreateServiceLinkedRole

read

emrwal:ListTagsForResource

delete

emrwal:DeleteWorkspace

list

emrwal:ListWorkspaces

update

emrwal:TagResourceemrwal:UntagResourceemrwal:ListTagsForResource

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceEMR
Properties2
Required0
TaggingSupported
Primary IDWALWorkspaceName

Supported Operations

CreateReadDeleteListUpdate

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

WALWorkspaceName

External Links