AWS::EMRServerless::Application InitialCapacityConfigKeyValuePair - 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::EMRServerless::Application InitialCapacityConfigKeyValuePair

The initial capacity configuration per worker.

Syntax

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

JSON

{ "Key" : String, "Value" : InitialCapacityConfig }

Properties

Key

The worker type for an analytics framework. For Spark applications, the key can either be set to Driver or Executor. For Hive applications, it can be set to HiveDriver or TezTask.

Minimum: 1

Maximum: 50

Pattern: ^[a-zA-Z]+[-_]*[a-zA-Z]+$

Required: Yes

Type: String

Update requires: No interruption

Value

The value for the initial capacity configuration per worker.

Required: Yes

Type: InitialCapacityConfig

Update requires: No interruption