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.
11107 11108 11109 11110 11111 11112 11113 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11107 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.
11107 11108 11109 11110 11111 11112 11113 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11107 class FederatedDatabase < Struct.new( :identifier, :connection_name, :connection_type) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
A unique identifier for the federated database.
11107 11108 11109 11110 11111 11112 11113 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11107 class FederatedDatabase < Struct.new( :identifier, :connection_name, :connection_type) SENSITIVE = [] include Aws::Structure end |