locations

@JvmName(name = "nxsfogpisgxhavle")
suspend fun locations(value: Output<List<String>>)
@JvmName(name = "kmfijgpldfhikcdl")
suspend fun locations(value: List<String>?)

Parameters

value

List of regions for which Activity Log events should be stored or streamed. It is a comma separated list of valid ARM locations including the 'global' location.


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


@JvmName(name = "lkfydmteogirlwdu")
suspend fun locations(values: List<Output<String>>)
@JvmName(name = "ifbeqmhhuynnyrqy")
suspend fun locations(vararg values: String)

Parameters

values

List of regions for which Activity Log events should be stored or streamed. It is a comma separated list of valid ARM locations including the 'global' location.