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)


11099
11100
11101
11102
11103
11104
11105
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11099

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)


11099
11100
11101
11102
11103
11104
11105
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11099

class FederatedDatabase < Struct.new(
  :identifier,
  :connection_name,
  :connection_type)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

A unique identifier for the federated database.

Returns:

  • (String)


11099
11100
11101
11102
11103
11104
11105
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11099

class FederatedDatabase < Struct.new(
  :identifier,
  :connection_name,
  :connection_type)
  SENSITIVE = []
  include Aws::Structure
end