LogTailConfigArgs

data class LogTailConfigArgs(val inputDetail: Output<String>? = null, val inputType: Output<String>? = null, val logSample: Output<String>? = null, val logstore: Output<String>? = null, val name: Output<String>? = null, val outputType: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<LogTailConfigArgs>

Import

Logtial config can be imported using the id, e.g.

$ pulumi import alicloud:log/logTailConfig:LogTailConfig example tf-log:tf-log-store:tf-log-config

Constructors

Link copied to clipboard
fun LogTailConfigArgs(inputDetail: Output<String>? = null, inputType: Output<String>? = null, logSample: Output<String>? = null, logstore: Output<String>? = null, name: Output<String>? = null, outputType: Output<String>? = null, project: Output<String>? = null)

Functions

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

Properties

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

The logtail configure the required JSON files. (Refer to details)

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

The input type. Currently only two types of files and plugin are supported.

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

(Optional)The log sample of the Logtail configuration. The log size cannot exceed 1,000 bytes.

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

The log store name to the query index belongs.

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

The Logtail configuration name, which is unique in the same project.

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

The output type. Currently, only LogService is supported.

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

The project name to the log store belongs.