@Stability(value=Stable)
public static interface CfnDataSource.WebCrawlerSiteMapsConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
When selecting websites to index, you must adhere to the Amazon Acceptable Use Policy and all other Amazon terms. Remember that you must only use the Amazon Kendra web crawler to index your own webpages, or webpages that you have authorization to index.
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.kendra.*;
WebCrawlerSiteMapsConfigurationProperty webCrawlerSiteMapsConfigurationProperty = WebCrawlerSiteMapsConfigurationProperty.builder()
.siteMaps(List.of("siteMaps"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataSource.WebCrawlerSiteMapsConfigurationProperty.Builder
A builder for
CfnDataSource.WebCrawlerSiteMapsConfigurationProperty |
static class |
CfnDataSource.WebCrawlerSiteMapsConfigurationProperty.Jsii$Proxy
An implementation for
CfnDataSource.WebCrawlerSiteMapsConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataSource.WebCrawlerSiteMapsConfigurationProperty.Builder |
builder() |
List<String> |
getSiteMaps()
The list of sitemap URLs of the websites you want to crawl.
|
@Stability(value=Stable) @NotNull List<String> getSiteMaps()
The list can include a maximum of three sitemap URLs.
@Stability(value=Stable) static CfnDataSource.WebCrawlerSiteMapsConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.