Class: Aws::Glue::Types::FederatedCatalog

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

Overview

A catalog 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 an external data source, for example a Redshift-federated catalog.

Returns:

  • (String)


11075
11076
11077
11078
11079
11080
11081
# File 'lib/aws-sdk-glue/types.rb', line 11075

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

#connection_typeString

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

Returns:

  • (String)


11075
11076
11077
11078
11079
11080
11081
# File 'lib/aws-sdk-glue/types.rb', line 11075

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

#identifierString

A unique identifier for the federated catalog.

Returns:

  • (String)


11075
11076
11077
11078
11079
11080
11081
# File 'lib/aws-sdk-glue/types.rb', line 11075

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