DatabaseTagArgs

data class DatabaseTagArgs(val key: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<DatabaseTagArgs>

You can use the Resource Tags property to apply tags to resources, which can help you identify and categorize those resources.

Constructors

Link copied to clipboard
fun DatabaseTagArgs(key: Output<String>? = null, value: Output<String>? = null)

Functions

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

Properties

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