@Stability(value=Stable)
public static interface CfnCrawler.JdbcTargetProperty
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.*;
JdbcTargetProperty jdbcTargetProperty = JdbcTargetProperty.builder()
.connectionName("connectionName")
.exclusions(List.of("exclusions"))
.path("path")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCrawler.JdbcTargetProperty.Builder
A builder for
CfnCrawler.JdbcTargetProperty |
static class |
CfnCrawler.JdbcTargetProperty.Jsii$Proxy
An implementation for
CfnCrawler.JdbcTargetProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCrawler.JdbcTargetProperty.Builder |
builder() |
default String |
getConnectionName()
The name of the connection to use to connect to the JDBC target.
|
default List<String> |
getExclusions()
A list of glob patterns used to exclude from the crawl.
|
default String |
getPath()
The path of the JDBC target.
|
@Stability(value=Stable) @Nullable default String getConnectionName()
@Stability(value=Stable) @Nullable default List<String> getExclusions()
For more information, see Catalog Tables with a Crawler .
@Stability(value=Stable) @Nullable default String getPath()
@Stability(value=Stable) static CfnCrawler.JdbcTargetProperty.Builder builder()
Copyright © 2022. All rights reserved.