interface GlueConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTAnalytics.CfnDataset.GlueConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiotanalytics#CfnDataset_GlueConfigurationProperty |
![]() | software.amazon.awscdk.services.iotanalytics.CfnDataset.GlueConfigurationProperty |
![]() | aws_cdk.aws_iotanalytics.CfnDataset.GlueConfigurationProperty |
![]() | 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
Name | Type | Description |
---|---|---|
database | string | The name of the database in your AWS Glue Data Catalog in which the table is located. |
table | string | The 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.