Class: Aws::Glue::Types::AthenaConnectorSource

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

Overview

Specifies a connector to an Amazon Athena data source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_nameString

The name of the connection that is associated with the connector.

Returns:

  • (String)


434
435
436
437
438
439
440
441
442
443
444
# File 'lib/aws-sdk-glue/types.rb', line 434

class AthenaConnectorSource < Struct.new(
  :name,
  :connection_name,
  :connector_name,
  :connection_type,
  :connection_table,
  :schema_name,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end

#connection_tableString

The name of the table in the data source.

Returns:

  • (String)


434
435
436
437
438
439
440
441
442
443
444
# File 'lib/aws-sdk-glue/types.rb', line 434

class AthenaConnectorSource < Struct.new(
  :name,
  :connection_name,
  :connector_name,
  :connection_type,
  :connection_table,
  :schema_name,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end

#connection_typeString

The type of connection, such as marketplace.athena or custom.athena, designating a connection to an Amazon Athena data store.

Returns:

  • (String)


434
435
436
437
438
439
440
441
442
443
444
# File 'lib/aws-sdk-glue/types.rb', line 434

class AthenaConnectorSource < Struct.new(
  :name,
  :connection_name,
  :connector_name,
  :connection_type,
  :connection_table,
  :schema_name,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end

#connector_nameString

The name of a connector that assists with accessing the data store in Glue Studio.

Returns:

  • (String)


434
435
436
437
438
439
440
441
442
443
444
# File 'lib/aws-sdk-glue/types.rb', line 434

class AthenaConnectorSource < Struct.new(
  :name,
  :connection_name,
  :connector_name,
  :connection_type,
  :connection_table,
  :schema_name,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the data source.

Returns:

  • (String)


434
435
436
437
438
439
440
441
442
443
444
# File 'lib/aws-sdk-glue/types.rb', line 434

class AthenaConnectorSource < Struct.new(
  :name,
  :connection_name,
  :connector_name,
  :connection_type,
  :connection_table,
  :schema_name,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end

#output_schemasArray<Types::GlueSchema>

Specifies the data schema for the custom Athena source.

Returns:



434
435
436
437
438
439
440
441
442
443
444
# File 'lib/aws-sdk-glue/types.rb', line 434

class AthenaConnectorSource < Struct.new(
  :name,
  :connection_name,
  :connector_name,
  :connection_type,
  :connection_table,
  :schema_name,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end

#schema_nameString

The name of the Cloudwatch log group to read from. For example, ‘/aws-glue/jobs/output`.

Returns:

  • (String)


434
435
436
437
438
439
440
441
442
443
444
# File 'lib/aws-sdk-glue/types.rb', line 434

class AthenaConnectorSource < Struct.new(
  :name,
  :connection_name,
  :connector_name,
  :connection_type,
  :connection_table,
  :schema_name,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end