properties property
A mapping of property names to values, used to configure Flink.
Properties that conflict with values set by the Dataproc API might beoverwritten. Can include properties set in/etc/flink/conf/flink-defaults.conf and classes in user code.
Optional.
Implementation
core.Map<core.String, core.String>? properties;