MachineGroupArgs

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

Constructors

Link copied to clipboard
fun MachineGroupArgs(identifyLists: Output<List<String>>? = null, identifyType: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null, topic: Output<String>? = null)

Functions

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

Properties

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

The specific machine identification, which can be an IP address or user-defined identity.

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

The machine identification type, including IP and user-defined identity. Valid values are "ip" and "userdefined". Default to "ip".

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

The machine group name, which is unique in the same project.

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

The project name to the machine group belongs.

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

The topic of a machine group.