Values.RecommendationSourceAn Amazon Redshift Advisor recommended action on the Amazon Redshift cluster.
type nonrec t = {id : String_.t option;A unique identifier of the Advisor recommendation.
*)clusterIdentifier : String_.t option;The unique identifier of the cluster for which the recommendation is returned.
*)namespaceArn : String_.t option;The Amazon Redshift cluster namespace ARN for which the recommendations is returned.
*)createdAt : TStamp.t option;The date and time (UTC) that the recommendation was created.
*)recommendationType : String_.t option;The type of Advisor recommendation.
*)title : String_.t option;The title of the recommendation.
*)description : String_.t option;The description of the recommendation.
*)observation : String_.t option;The description of what was observed about your cluster.
*)impactRanking : ImpactRankingType.t option;The scale of the impact that the Advisor recommendation has to the performance and cost of the cluster.
*)recommendationText : String_.t option;The description of the recommendation.
*)recommendedActions : RecommendedActionList.t option;List of Amazon Redshift recommended actions.
*)referenceLinks : ReferenceLinkList.t option;List of helpful links for more information about the Advisor recommendation.
*)}