resourceIds

@JvmName(name = "ufqynbqohprgjrla")
suspend fun resourceIds(value: Output<List<String>>)
@JvmName(name = "bxeatdbosfeybwus")
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 = "jrjincconcclynch")
suspend fun resourceIds(vararg values: Output<String>)


@JvmName(name = "mjvblbbmwilcggqi")
suspend fun resourceIds(values: List<Output<String>>)
@JvmName(name = "xpvcggvywabpydyy")
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.