You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoTAnalytics::Types::GlueConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GlueConfiguration as input to an Aws::Client method, you can use a vanilla Hash:

{
  table_name: "GlueTableName", # required
  database_name: "GlueDatabaseName", # required
}

Configuration information for coordination with AWS Glue, a fully managed extract, transform and load (ETL) service.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#database_nameString

The name of the database in your AWS Glue Data Catalog in which the table is located. An AWS Glue Data Catalog database contains metadata tables.

Returns:

  • (String)

    The name of the database in your AWS Glue Data Catalog in which the table is located.

#table_nameString

The name of the table in your AWS Glue Data Catalog that is used to perform the ETL operations. An AWS Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.

Returns:

  • (String)

    The name of the table in your AWS Glue Data Catalog that is used to perform the ETL operations.