getOmniDashboard

Retrieves a dashboard by ID within a space.

Samples

// The following example retrieves a dashboard by ID within a space, including its full body. Payloads
// are shown as JSON on the wire they are CBOR encoded.
val resp = cloudWatchOmniClient.getOmniDashboard {
    spaceId = "a1b2c3d4-5e6f-4a3b-8c9d-0e1f2a3b4c5d"
    dashboardId = "c3d4e5f6-7a8b-4c9d-8e0f-1a2b3c4d5e6f"
}