resourceIds

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


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