@cdklabs/generative-ai-cdk-constructs • Docs
@cdklabs/generative-ai-cdk-constructs / WebCrawlerProps
readonly
optional
bucketOutputProps:BucketProps
Optional user provided props to override the default props for the S3 Bucket.
Providing both this and existingOutputBucketObj
will cause an error.
- Default props are used
readonly
optional
enableLambdaCrawler:boolean
Deploy Lambda crawler.
- false
readonly
optional
existingOutputBucketObj:IBucket
Existing instance of S3 Bucket object, providing both this and bucketOutputProps
will cause an error.
- None
readonly
optional
existingVpc:IVpc
Optional An existing VPC in which to deploy the construct. Providing both this and vpcProps is an error.
- none
readonly
optional
observability:boolean
Enable observability. Warning: associated cost with the services used. Best practice to enable by default.
- true
readonly
optional
stage:string
Value will be appended to resources name.
- _dev
readonly
optional
targets:CrawlerTarget
[]
Targets to be crawled.
- none
readonly
optional
vpcProps:VpcProps
Optional custom properties for a VPC the construct will create. This VPC will be used by the compute resources the construct creates. Providing both this and existingVpc is an error.
- none