Package version:

The Flink cluster profile.

Properties

catalogOptions?: FlinkCatalogOptions

Flink cluster catalog options.

deploymentMode?: string

A string property that indicates the deployment mode of Flink cluster. It can have one of the following enum values => Application, Session. Default value is Session

History Server container/ process CPU and memory requirements

Job Manager container/ process CPU and memory requirements

jobSpec?: FlinkJobProfile

Job specifications for flink clusters in application deployment mode. The specification is immutable even if job properties are changed by calling the RunJob API, please use the ListJob API to get the latest job information.

numReplicas?: number

The number of task managers.

The storage profile

Task Manager container/ process CPU and memory requirements