@Stability(value=Stable)
public static interface CfnCrawler.CatalogTargetProperty
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.glue.*;
CatalogTargetProperty catalogTargetProperty = CatalogTargetProperty.builder()
.databaseName("databaseName")
.tables(List.of("tables"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCrawler.CatalogTargetProperty.Builder
A builder for
CfnCrawler.CatalogTargetProperty |
static class |
CfnCrawler.CatalogTargetProperty.Jsii$Proxy
An implementation for
CfnCrawler.CatalogTargetProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCrawler.CatalogTargetProperty.Builder |
builder() |
default String |
getDatabaseName()
The name of the database to be synchronized.
|
default List<String> |
getTables()
A list of the tables to be synchronized.
|
@Stability(value=Stable) @Nullable default String getDatabaseName()
@Stability(value=Stable) @Nullable default List<String> getTables()
@Stability(value=Stable) static CfnCrawler.CatalogTargetProperty.Builder builder()
Copyright © 2022. All rights reserved.