AssetBindArgs

data class AssetBindArgs(val authVersion: Output<Int>? = null, val uuid: Output<String>? = null) : ConvertibleToJava<AssetBindArgs>

Import

Threat Detection Asset Bind can be imported using the id, e.g.

$ pulumi import alicloud:threatdetection/assetBind:AssetBind example <id>

Constructors

Link copied to clipboard
constructor(authVersion: Output<Int>? = null, uuid: Output<String>? = null)

Properties

Link copied to clipboard
val authVersion: Output<Int>? = null

Bind version.

Link copied to clipboard
val uuid: Output<String>? = null

The first ID of the resource

Functions

Link copied to clipboard
open override fun toJava(): AssetBindArgs