ProjectArgs

data class ProjectArgs(val description: Output<String>? = null, val name: Output<String>? = null, val policy: Output<String>? = null, val tags: Output<Map<String, Any>>? = null) : ConvertibleToJava<ProjectArgs>

Import

Log project can be imported using the id or name, e.g.

$ pulumi import alicloud:log/project:Project example tf-log

Constructors

Link copied to clipboard
fun ProjectArgs(description: Output<String>? = null, name: Output<String>? = null, policy: Output<String>? = null, tags: Output<Map<String, Any>>? = null)

Functions

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

Properties

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

Description of the log project.

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

The name of the log project. It is the only in one Alicloud account.

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

Log project policy, used to set a policy for a project.

Link copied to clipboard
val tags: Output<Map<String, Any>>? = null

Log project tags.