executionConfigs

@JvmName(name = "jrfdercwudgublxm")
suspend fun executionConfigs(value: Output<List<TargetExecutionConfigArgs>>)
@JvmName(name = "jlkwxwjhawhhxkee")
suspend fun executionConfigs(value: List<TargetExecutionConfigArgs>?)

Parameters

value

Configurations for all execution that relates to this Target. Each ExecutionEnvironmentUsage value may only be used in a single configuration; using the same value multiple times is an error. When one or more configurations are specified, they must include the RENDER and DEPLOY ExecutionEnvironmentUsage values. When no configurations are specified, execution will use the default specified in DefaultPool.


@JvmName(name = "kfciomwbxmdbptas")
suspend fun executionConfigs(vararg values: Output<TargetExecutionConfigArgs>)


@JvmName(name = "bycoxbbcpxlpbvit")
suspend fun executionConfigs(values: List<Output<TargetExecutionConfigArgs>>)
@JvmName(name = "akrfiyhqqganjjah")
suspend fun executionConfigs(vararg values: TargetExecutionConfigArgs)

Parameters

values

Configurations for all execution that relates to this Target. Each ExecutionEnvironmentUsage value may only be used in a single configuration; using the same value multiple times is an error. When one or more configurations are specified, they must include the RENDER and DEPLOY ExecutionEnvironmentUsage values. When no configurations are specified, execution will use the default specified in DefaultPool.


@JvmName(name = "bjixpqxperajjicj")
suspend fun executionConfigs(argument: List<suspend TargetExecutionConfigArgsBuilder.() -> Unit>)
@JvmName(name = "yuibscvgnqnrkxgj")
suspend fun executionConfigs(vararg argument: suspend TargetExecutionConfigArgsBuilder.() -> Unit)
@JvmName(name = "cfxqgmbmbvlvagsm")
suspend fun executionConfigs(argument: suspend TargetExecutionConfigArgsBuilder.() -> Unit)

Parameters

argument

Configurations for all execution that relates to this Target. Each ExecutionEnvironmentUsage value may only be used in a single configuration; using the same value multiple times is an error. When one or more configurations are specified, they must include the RENDER and DEPLOY ExecutionEnvironmentUsage values. When no configurations are specified, execution will use the default specified in DefaultPool.