ProfileTagArgs

data class ProfileTagArgs(val key: Output<String>, val value: Output<String>) : ConvertibleToJava<ProfileTagArgs>

Creates a key-value pair for a specific resource.

Constructors

Link copied to clipboard
fun ProfileTagArgs(key: Output<String>, value: Output<String>)

Functions

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

Properties

Link copied to clipboard
val key: Output<String>

The name assigned to the tag that you create.

Link copied to clipboard
val value: Output<String>

Contains one or more values that you assigned to the key name you create.