@Stability(value=Stable)
public static interface CfnDataSource.WebCrawlerUrlsProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.kendra.*;
WebCrawlerUrlsProperty webCrawlerUrlsProperty = WebCrawlerUrlsProperty.builder()
.seedUrlConfiguration(WebCrawlerSeedUrlConfigurationProperty.builder()
.seedUrls(List.of("seedUrls"))
// the properties below are optional
.webCrawlerMode("webCrawlerMode")
.build())
.siteMapsConfiguration(WebCrawlerSiteMapsConfigurationProperty.builder()
.siteMaps(List.of("siteMaps"))
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataSource.WebCrawlerUrlsProperty.Builder
A builder for
CfnDataSource.WebCrawlerUrlsProperty |
static class |
CfnDataSource.WebCrawlerUrlsProperty.Jsii$Proxy
An implementation for
CfnDataSource.WebCrawlerUrlsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataSource.WebCrawlerUrlsProperty.Builder |
builder() |
default Object |
getSeedUrlConfiguration()
`CfnDataSource.WebCrawlerUrlsProperty.SeedUrlConfiguration`.
|
default Object |
getSiteMapsConfiguration()
`CfnDataSource.WebCrawlerUrlsProperty.SiteMapsConfiguration`.
|
@Stability(value=Stable) @Nullable default Object getSeedUrlConfiguration()
@Stability(value=Stable) @Nullable default Object getSiteMapsConfiguration()
@Stability(value=Stable) static CfnDataSource.WebCrawlerUrlsProperty.Builder builder()
Copyright © 2021. All rights reserved.