Permissions Lf Tag Policy Args
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
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
The resource type for which the tag policy applies. Valid values are DATABASE
and TABLE
.