PermissionsLfTagPolicyArgs

data class PermissionsLfTagPolicyArgs(val catalogId: Output<String>? = null, val expressions: Output<List<PermissionsLfTagPolicyExpressionArgs>>, val resourceType: Output<String>) : ConvertibleToJava<PermissionsLfTagPolicyArgs>

Constructors

Link copied to clipboard
constructor(catalogId: Output<String>? = null, expressions: Output<List<PermissionsLfTagPolicyExpressionArgs>>, resourceType: Output<String>)

Properties

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

Identifier for the Data Catalog. By default, it is the account ID of the caller.

Link copied to clipboard

A list of tag conditions that apply to the resource's tag policy. Configuration block for tag conditions that apply to the policy. See expression below. The following argument is optional:

Link copied to clipboard
val resourceType: Output<String>

The resource type for which the tag policy applies. Valid values are DATABASE and TABLE.

Functions

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