@Stability(value=Stable)
public static interface CfnDataset.GlueConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.iotanalytics.*;
GlueConfigurationProperty glueConfigurationProperty = GlueConfigurationProperty.builder()
.databaseName("databaseName")
.tableName("tableName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataset.GlueConfigurationProperty.Builder
A builder for
CfnDataset.GlueConfigurationProperty |
static class |
CfnDataset.GlueConfigurationProperty.Jsii$Proxy
An implementation for
CfnDataset.GlueConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataset.GlueConfigurationProperty.Builder |
builder() |
String |
getDatabaseName()
The name of the database in your AWS Glue Data Catalog in which the table is located.
|
String |
getTableName()
The name of the table in your AWS Glue Data Catalog that is used to perform the ETL operations.
|
@Stability(value=Stable) @NotNull String getDatabaseName()
An AWS Glue Data Catalog database contains metadata tables.
@Stability(value=Stable) @NotNull String getTableName()
An AWS Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.
@Stability(value=Stable) static CfnDataset.GlueConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.