PrincipalPermissionsLfTagArgs

data class PrincipalPermissionsLfTagArgs(val tagKey: Output<String>? = null, val tagValues: Output<List<String>>? = null) : ConvertibleToJava<PrincipalPermissionsLfTagArgs>

The LF-tag key and values attached to a resource.

Constructors

Link copied to clipboard
constructor(tagKey: Output<String>? = null, tagValues: Output<List<String>>? = null)

Properties

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

The key-name for the LF-tag.

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

A list of possible values of the corresponding `TagKey` of an LF-tag key-value pair.

Functions

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