Interface CfnDataSource.UrlConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataSource.UrlConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDataSource
@Stability(Stable)
public static interface CfnDataSource.UrlConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The configuration of web URLs 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.services.bedrock.*; UrlConfigurationProperty urlConfigurationProperty = UrlConfigurationProperty.builder() .seedUrls(List.of(SeedUrlProperty.builder() .url("url") .build())) .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDataSource.UrlConfigurationProperty
static final class
An implementation forCfnDataSource.UrlConfigurationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSeedUrls
One or more seed or starting point URLs.- See Also:
-
builder
-