LogMetaArgs

data class LogMetaArgs(val logMetaName: Output<String>? = null, val status: Output<String>? = null) : ConvertibleToJava<LogMetaArgs>

Import

Threat Detection Log Meta can be imported using the id, e.g.

$ pulumi import alicloud:threatdetection/logMeta:LogMeta example <id>

Constructors

Link copied to clipboard
constructor(logMetaName: Output<String>? = null, status: Output<String>? = null)

Properties

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

The name of the exclusive Logstore where logs are stored. Value:

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

The status of the resource

Functions

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