pulumi-aws-kotlin
6.33.1.0
pulumi-aws-kotlin
/
com.pulumi.aws.glue.kotlin.outputs
/
CatalogDatabaseFederatedDatabase
Catalog
Database
Federated
Database
data
class
CatalogDatabaseFederatedDatabase
(
val
connectionName
:
String
?
=
null
,
val
identifier
:
String
?
=
null
)
Types
Constructors
Properties
Constructors
Catalog
Database
Federated
Database
Link copied to clipboard
fun
CatalogDatabaseFederatedDatabase
(
connectionName
:
String
?
=
null
,
identifier
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
connection
Name
Link copied to clipboard
val
connectionName
:
String
?
=
null
Name of the connection to the external metastore.
identifier
Link copied to clipboard
val
identifier
:
String
?
=
null
Unique identifier for the federated database.