AssetSelectionConfigArgs

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>

Constructors

Link copied to clipboard
constructor(businessType: Output<String>? = null, platform: Output<String>? = null, targetType: Output<String>? = null)

Properties

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

The first ID of the resource

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

The operating system type.

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

Target object type.

Functions

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