@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.323Z") @Stability(value=Stable) public interface CfnCrawlerProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCrawlerProps.Builder
A builder for
CfnCrawlerProps |
static class |
CfnCrawlerProps.Jsii$Proxy
An implementation for
CfnCrawlerProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnCrawlerProps.Builder |
builder() |
default List<String> |
getClassifiers()
`AWS::Glue::Crawler.Classifiers`.
|
default String |
getConfiguration()
`AWS::Glue::Crawler.Configuration`.
|
default String |
getCrawlerSecurityConfiguration()
`AWS::Glue::Crawler.CrawlerSecurityConfiguration`.
|
default String |
getDatabaseName()
`AWS::Glue::Crawler.DatabaseName`.
|
default String |
getDescription()
`AWS::Glue::Crawler.Description`.
|
default String |
getName()
`AWS::Glue::Crawler.Name`.
|
String |
getRole()
`AWS::Glue::Crawler.Role`.
|
default Object |
getSchedule()
`AWS::Glue::Crawler.Schedule`.
|
default Object |
getSchemaChangePolicy()
`AWS::Glue::Crawler.SchemaChangePolicy`.
|
default String |
getTablePrefix()
`AWS::Glue::Crawler.TablePrefix`.
|
default Object |
getTags()
`AWS::Glue::Crawler.Tags`.
|
Object |
getTargets()
`AWS::Glue::Crawler.Targets`.
|
@Stability(value=Stable) @NotNull String getRole()
@Stability(value=Stable) @NotNull Object getTargets()
@Stability(value=Stable) @Nullable default List<String> getClassifiers()
@Stability(value=Stable) @Nullable default String getConfiguration()
@Stability(value=Stable) @Nullable default String getCrawlerSecurityConfiguration()
@Stability(value=Stable) @Nullable default String getDatabaseName()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default Object getSchedule()
@Stability(value=Stable) @Nullable default Object getSchemaChangePolicy()
@Stability(value=Stable) @Nullable default String getTablePrefix()
@Stability(value=Stable) @Nullable default Object getTags()
@Stability(value=Stable) static CfnCrawlerProps.Builder builder()
CfnCrawlerProps.Builder of CfnCrawlerPropsCopyright © 2021. All rights reserved.