AWS::EMRServerless::Application InitialCapacityConfig
The initial capacity configuration per worker.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "WorkerConfiguration" :WorkerConfiguration, "WorkerCount" :Integer}
YAML
WorkerConfiguration:WorkerConfigurationWorkerCount:Integer
Properties
WorkerConfiguration-
The resource configuration of the initial capacity configuration.
Required: Yes
Type: WorkerConfiguration
Update requires: No interruption
WorkerCount-
The number of workers in the initial capacity configuration.
Minimum: 1
Maximum: 1000000
Required: Yes
Type: Integer
Update requires: No interruption