Class: Aws::Glue::Types::FederatedCatalog
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::FederatedCatalog
- Defined in:
- gems/aws-sdk-glue/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
-
#connection_name ⇒ String
The name of the connection to an external data source, for example a Redshift-federated catalog.
-
#connection_type ⇒ String
The type of connection used to access the federated catalog, specifying the protocol or method for connection to the external data source.
-
#identifier ⇒ String
A unique identifier for the federated catalog.
Instance Attribute Details
#connection_name ⇒ String
The name of the connection to an external data source, for example a Redshift-federated catalog.
10719 10720 10721 10722 10723 10724 10725 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10719 class FederatedCatalog < Struct.new( :identifier, :connection_name, :connection_type) SENSITIVE = [] include Aws::Structure end |
#connection_type ⇒ String
The type of connection used to access the federated catalog, specifying the protocol or method for connection to the external data source.
10719 10720 10721 10722 10723 10724 10725 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10719 class FederatedCatalog < Struct.new( :identifier, :connection_name, :connection_type) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
A unique identifier for the federated catalog.
10719 10720 10721 10722 10723 10724 10725 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10719 class FederatedCatalog < Struct.new( :identifier, :connection_name, :connection_type) SENSITIVE = [] include Aws::Structure end |