Class: Aws::Glue::Types::FederatedDatabase
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::FederatedDatabase
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
A database that points to an entity outside the Glue Data Catalog.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_name ⇒ String
The name of the connection to the external metastore.
-
#connection_type ⇒ String
The type of connection used to access the federated database, such as JDBC, ODBC, or other supported connection protocols.
-
#identifier ⇒ String
A unique identifier for the federated database.
Instance Attribute Details
#connection_name ⇒ String
The name of the connection to the external metastore.
10744 10745 10746 10747 10748 10749 10750 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10744 class FederatedDatabase < Struct.new( :identifier, :connection_name, :connection_type) SENSITIVE = [] include Aws::Structure end |
#connection_type ⇒ String
The type of connection used to access the federated database, such as JDBC, ODBC, or other supported connection protocols.
10744 10745 10746 10747 10748 10749 10750 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10744 class FederatedDatabase < Struct.new( :identifier, :connection_name, :connection_type) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
A unique identifier for the federated database.
10744 10745 10746 10747 10748 10749 10750 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10744 class FederatedDatabase < Struct.new( :identifier, :connection_name, :connection_type) SENSITIVE = [] include Aws::Structure end |