resourceSettings

@JvmName(name = "anrywkfiwdkwyano")
suspend fun resourceSettings(value: Output<List<WorkloadResourceSettingArgs>>)
@JvmName(name = "uygwvtmbthwpnohj")
suspend fun resourceSettings(value: List<WorkloadResourceSettingArgs>?)

Parameters

value

Input only. Resource properties that are used to customize workload resources. These properties (such as custom project id) will be used to create workload resources if possible. This field is optional.


@JvmName(name = "tneqdlxgmnpqmbrq")
suspend fun resourceSettings(vararg values: Output<WorkloadResourceSettingArgs>)


@JvmName(name = "wexxtuwlyorvknte")
suspend fun resourceSettings(values: List<Output<WorkloadResourceSettingArgs>>)
@JvmName(name = "bhtxsdkohralsuvd")
suspend fun resourceSettings(vararg values: WorkloadResourceSettingArgs)

Parameters

values

Input only. Resource properties that are used to customize workload resources. These properties (such as custom project id) will be used to create workload resources if possible. This field is optional.


@JvmName(name = "ffnofaadwnjkncfl")
suspend fun resourceSettings(argument: List<suspend WorkloadResourceSettingArgsBuilder.() -> Unit>)
@JvmName(name = "plgcwxtlcuorflnp")
suspend fun resourceSettings(vararg argument: suspend WorkloadResourceSettingArgsBuilder.() -> Unit)
@JvmName(name = "swprgvsxgsxbuhqc")
suspend fun resourceSettings(argument: suspend WorkloadResourceSettingArgsBuilder.() -> Unit)

Parameters

argument

Input only. Resource properties that are used to customize workload resources. These properties (such as custom project id) will be used to create workload resources if possible. This field is optional.