generative-ai-cdk-constructs

@cdklabs/generative-ai-cdk-constructsDocs


@cdklabs/generative-ai-cdk-constructs / AossCwDashboardProps

Interface: AossCwDashboardProps

The properties for the BedrockCwDashboardProps class.

Properties

dashboardName?

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’

Default

- none

existingDashboard?

readonly optional existingDashboard: Dashboard

Optional An existing dashboard where metrics will be added to. If not provided, the construct will create a new dashboard

Default

- none