assetTypes

@JvmName(name = "feogrookwtsyghtw")
suspend fun assetTypes(value: Output<List<String>>)
@JvmName(name = "bdiejqvgtrikexqw")
suspend fun assetTypes(value: List<String>?)

Parameters

value

A list of types of the assets to receive updates. You must specify either or both of assetNames and assetTypes. Only asset updates matching specified assetNames and assetTypes are exported to the feed. For example: "compute.googleapis.com/Disk" See https://cloud.google.com/asset-inventory/docs/supported-asset-types for a list of all supported asset types.


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


@JvmName(name = "oonachkehpkthifv")
suspend fun assetTypes(values: List<Output<String>>)
@JvmName(name = "vsbaxevgpvmwxlpa")
suspend fun assetTypes(vararg values: String)

Parameters

values

A list of types of the assets to receive updates. You must specify either or both of assetNames and assetTypes. Only asset updates matching specified assetNames and assetTypes are exported to the feed. For example: "compute.googleapis.com/Disk" See https://cloud.google.com/asset-inventory/docs/supported-asset-types for a list of all supported asset types.