Class: Aws::Glue::Types::FederatedTable

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

A table 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)


10793
10794
10795
10796
10797
10798
10799
10800
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10793

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

#connection_typeString

The type of connection used to access the federated table, specifying the protocol or method for connecting to the external data source.

Returns:

  • (String)


10793
10794
10795
10796
10797
10798
10799
10800
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10793

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

#database_identifierString

A unique identifier for the federated database.

Returns:

  • (String)


10793
10794
10795
10796
10797
10798
10799
10800
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10793

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

#identifierString

A unique identifier for the federated table.

Returns:

  • (String)


10793
10794
10795
10796
10797
10798
10799
10800
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10793

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