Asset Selection Config Args
data class AssetSelectionConfigArgs(val businessType: Output<String>? = null, val platform: Output<String>? = null, val targetType: Output<String>? = null) : ConvertibleToJava<AssetSelectionConfigArgs>
Import
Threat Detection Asset Selection Config can be imported using the id, e.g.
$ pulumi import alicloud:threatdetection/assetSelectionConfig:AssetSelectionConfig example <id>
Content copied to clipboard