resourceTypeFilters

@JvmName(name = "iaxfcwqgyjbnaqwm")
suspend fun resourceTypeFilters(value: Output<List<String>>)
@JvmName(name = "uqqgqtooomolhewl")
suspend fun resourceTypeFilters(value: List<String>?)

Parameters

value

Source resource type filter list. If the resource type list is specified, it means to scan the resources of the specified resource type and in the specified resource group; Otherwise, it means to scan all resources in the specified resource group. NOTE: A maximum of 20 resource type filter can be configured.


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


@JvmName(name = "omqordrepqjrujou")
suspend fun resourceTypeFilters(values: List<Output<String>>)
@JvmName(name = "eueaggtjarqskxfm")
suspend fun resourceTypeFilters(vararg values: String)

Parameters

values

Source resource type filter list. If the resource type list is specified, it means to scan the resources of the specified resource type and in the specified resource group; Otherwise, it means to scan all resources in the specified resource group. NOTE: A maximum of 20 resource type filter can be configured.