MachineGroup

Import

Log machine group can be imported using the id, e.g.

$ pulumi import alicloud:log/machineGroup:MachineGroup example tf-log:tf-machine-group

Properties

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val identifyLists: Output<List<String>>

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

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

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>

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

Link copied to clipboard
val project: Output<String>

The project name to the machine group belongs.

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

The topic of a machine group.

Link copied to clipboard
val urn: Output<String>