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: