Interface CfnDataSource.SeedUrlProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataSource.SeedUrlProperty.Jsii$Proxy
- Enclosing class:
CfnDataSource
@Stability(Stable)
public static interface CfnDataSource.SeedUrlProperty
extends software.amazon.jsii.JsiiSerializable
The seed or starting point URL.
You should be authorized to crawl the URL.
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.*; SeedUrlProperty seedUrlProperty = SeedUrlProperty.builder() .url("url") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDataSource.SeedUrlProperty
static final class
An implementation forCfnDataSource.SeedUrlProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getUrl
A seed or starting point URL.- See Also:
-
builder
-