Class: Aws::Glue::Types::FederatedDatabase

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#connection_nameString

The name of the connection to the external metastore.

Returns:

  • (String)


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_typeString

The type of connection used to access the federated database, such as JDBC, ODBC, or other supported connection protocols.

Returns:

  • (String)


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

#identifierString

A unique identifier for the federated database.

Returns:

  • (String)


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