resourceIds

@JvmName(name = "uukkctudnonkjxqa")
suspend fun resourceIds(value: Output<List<String>>)
@JvmName(name = "iebfmiklnnymamkt")
suspend fun resourceIds(value: List<String>?)

Parameters

value

A list of specific resources monitored by the activity log alert. It should be within one of the scopes.

NOTE: resource_id and resource_ids are mutually exclusive.


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


@JvmName(name = "caqqfvoartsmccfi")
suspend fun resourceIds(values: List<Output<String>>)
@JvmName(name = "opcmdxhyinlnnnav")
suspend fun resourceIds(vararg values: String)

Parameters

values

A list of specific resources monitored by the activity log alert. It should be within one of the scopes.

NOTE: resource_id and resource_ids are mutually exclusive.