Interface CfnKnowledgeBasePropsMixin.UrlConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnKnowledgeBasePropsMixin.UrlConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnKnowledgeBasePropsMixin
@Stability(Stable)
public static interface CfnKnowledgeBasePropsMixin.UrlConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The configuration of the URL/URLs for the web content that you want to crawl.
You should be authorized to crawl the URLs.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.wisdom.*;
UrlConfigurationProperty urlConfigurationProperty = UrlConfigurationProperty.builder()
.seedUrls(List.of(SeedUrlProperty.builder()
.url("url")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnKnowledgeBasePropsMixin.UrlConfigurationPropertystatic final classAn implementation forCfnKnowledgeBasePropsMixin.UrlConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSeedUrls
List of URLs for crawling.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnKnowledgeBasePropsMixin.SeedUrlProperty>- See Also:
-
builder
-