ResourceLfTagDatabaseArgs

data class ResourceLfTagDatabaseArgs(val catalogId: Output<String>? = null, val name: Output<String>) : ConvertibleToJava<ResourceLfTagDatabaseArgs>

Constructors

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

Name of the database resource. Unique to the Data Catalog. The following argument is optional:

Functions

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