AWS::EMRServerless::Application InitialCapacityConfigKeyValuePair

The initial capacity configuration per worker.

Syntax

To declare this entity in your AWS 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