OptInResourceDataLfTagPolicy

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val catalogId: String? = null

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

Link copied to clipboard
val expressionName: 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: 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

Resource type for which the LF-tag policy applies.