jobSpec

@JvmName(name = "xqokbiyavchjwqud")
suspend fun jobSpec(value: Output<FlinkJobProfileArgs>)
@JvmName(name = "bwmmfkgmilgicodu")
suspend fun jobSpec(value: FlinkJobProfileArgs?)

Parameters

value

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.


@JvmName(name = "jvnwjmnthgknndbt")
suspend fun jobSpec(argument: suspend FlinkJobProfileArgsBuilder.() -> Unit)

Parameters

argument

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.