TagAssociationDatabaseResourceArgs

data class TagAssociationDatabaseResourceArgs(val catalogId: Output<String>, val name: Output<String>) : ConvertibleToJava<TagAssociationDatabaseResourceArgs>

Constructors

Link copied to clipboard
constructor(catalogId: Output<String>, name: Output<String>)

Properties

Link copied to clipboard
val catalogId: Output<String>

The identifier for the Data Catalog . By default, it should be the account ID of the caller.

Link copied to clipboard
val name: Output<String>

The name of the database resource. Unique to the Data Catalog.

Functions

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