| Package | Description |
|---|---|
| software.amazon.awscdk.services.glue |
AWS Glue Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnTable.Builder |
CfnTable.Builder.catalogId(String catalogId)
The ID of the Data Catalog in which to create the `Table` .
|
static CfnTable.Builder |
CfnTable.Builder.create(software.constructs.Construct scope,
String id) |
CfnTable.Builder |
CfnTable.Builder.databaseName(String databaseName)
The name of the database where the table metadata resides.
|
CfnTable.Builder |
CfnTable.Builder.tableInput(CfnTable.TableInputProperty tableInput)
A structure used to define a table.
|
CfnTable.Builder |
CfnTable.Builder.tableInput(IResolvable tableInput)
A structure used to define a table.
|
Copyright © 2022. All rights reserved.