Machine Group Args
data class MachineGroupArgs(val identifyLists: Output<List<String>>? = null, val identifyType: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val topic: Output<String>? = null) : ConvertibleToJava<MachineGroupArgs>
Import
Log machine group can be imported using the id, e.g.
$ pulumi import alicloud:log/machineGroup:MachineGroup example tf-log:tf-machine-group
Content copied to clipboard