toggle menu
pulumi-aws-kotlin
6.76.0.0
jvm
switch theme
search in API
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
)
Members
Constructors
Catalog
Database
Federated
Database
Link copied to clipboard
constructor
(
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.