OptInResourceDataLfTagPolicyArgs

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

Constructors

Link copied to clipboard
constructor(catalogId: Output<String>? = null, expressionName: Output<String>? = null, expressions: Output<List<String>>? = null, 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
val expressionName: Output<String>? = null

If provided, permissions are granted to the Data Catalog resources whose assigned LF-Tags match the expression body of the saved expression under the provided ExpressionName .

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

List of LF-tag conditions or a saved expression that apply to the resource's LF-Tag policy.

Link copied to clipboard
val resourceType: Output<String>

Resource type for which the LF-tag policy applies.

Functions

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