aws-cdk-lib.aws_iotanalytics.CfnDataset.GlueConfigurationProperty

interface GlueConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.IoTAnalytics.CfnDataset.GlueConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiotanalytics#CfnDataset_GlueConfigurationProperty
Javasoftware.amazon.awscdk.services.iotanalytics.CfnDataset.GlueConfigurationProperty
Pythonaws_cdk.aws_iotanalytics.CfnDataset.GlueConfigurationProperty
TypeScript aws-cdk-lib » aws_iotanalytics » CfnDataset » GlueConfigurationProperty

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

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iotanalytics as iotanalytics } from 'aws-cdk-lib';
const glueConfigurationProperty: iotanalytics.CfnDataset.GlueConfigurationProperty = {
  databaseName: 'databaseName',
  tableName: 'tableName',
};

Properties

NameTypeDescription
databaseNamestringThe name of the database in your AWS Glue Data Catalog in which the table is located.
tableNamestringThe name of the table in your AWS Glue Data Catalog that is used to perform the ETL operations.

databaseName

Type: string

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.


tableName

Type: string

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.