resourceIds

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


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