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}
YAML
Key:StringValue:InitialCapacityConfig
Properties
Key-
The worker type for an analytics framework. For Spark applications, the key can either be set to
DriverorExecutor. For Hive applications, it can be set toHiveDriverorTezTask.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