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
}
YAML
Key:
String
Value:InitialCapacityConfig
Properties
Key
-
The worker type for an analytics framework. For Spark applications, the key can either be set to
Driver
orExecutor
. For Hive applications, it can be set toHiveDriver
orTezTask
.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