applicationLicenses

@JvmName(name = "muddabysemfkqrha")
suspend fun applicationLicenses(value: Output<List<String>>)
@JvmName(name = "qqwxxeeseiynjpad")
suspend fun applicationLicenses(value: List<String>?)

Parameters

value

The list of application licenses must be a subset of available Batch service application licenses. If a license is requested which is not supported, pool creation will fail.


@JvmName(name = "tqyvkuimbvjssbtd")
suspend fun applicationLicenses(vararg values: Output<String>)


@JvmName(name = "hwbasvbfbpgtbkpc")
suspend fun applicationLicenses(values: List<Output<String>>)
@JvmName(name = "aynjkauythvgvmhi")
suspend fun applicationLicenses(vararg values: String)

Parameters

values

The list of application licenses must be a subset of available Batch service application licenses. If a license is requested which is not supported, pool creation will fail.