Values.ContributorInsightsSummarySourceRepresents a Contributor Insights summary entry.
type nonrec t = {tableName : TableName.t option;Name of the table associated with the summary.
*)indexName : IndexName.t option;Name of the index associated with the summary, if any.
*)contributorInsightsStatus : ContributorInsightsStatus.t option;Describes the current status for contributor insights for the given table and index, if applicable.
*)contributorInsightsMode : ContributorInsightsMode.t option;Indicates the current mode of CloudWatch Contributor Insights, specifying whether it tracks all access and throttled events or throttled events only for the DynamoDB table or index.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of TableName.t ]) list ]