@cdklabs/generative-ai-cdk-constructs • Docs
@cdklabs/generative-ai-cdk-constructs / AossCwDashboardProps
The properties for the BedrockCwDashboardProps class.
readonly
optional
dashboardName: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
readonly
optional
existingDashboard:Dashboard
Optional An existing dashboard where metrics will be added to. If not provided, the construct will create a new dashboard
- none