Values.DashboardDetailSourceProvides information about a CloudTrail Lake dashboard.
type nonrec t = {dashboardArn : DashboardArn.t option;The ARN for the dashboard.
*)type_ : DashboardType.t option;The type of dashboard.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of DashboardArn.t ]) list ]