@cdklabs/generative-ai-cdk-constructs
@cdklabs/generative-ai-cdk-constructs / bedrockcwdashboard / BedrockCwDashboardProps
The properties for the BedrockCwDashboardProps class.
readonlyoptionaldashboardName?:string
Optional A name for the dashboard which will be created. If existingDashboard is defined, this value will be ignored. If not provided, the construct will create a new dashboard named ‘BedrockMetricsDashboard’
- none
readonlyoptionalexistingDashboard?:Dashboard
Optional An existing dashboard where metrics will be added to. If not provided, the construct will create a new dashboard
- none