getDashboard

Retrieves the configuration and metadata of a specified dashboard, including its widgets and layout settings.

Samples


fun main() { 
   //sampleStart 
   // Getting information about a dashboard
val resp = bcmDashboardsClient.getDashboard {
    arn = "arn:aws:bcm-dashboards::123456789012:dashboard/abcd1234-ab12-12ab-1ab2-abcd1234efgh"
} 
   //sampleEnd
}