Values.EnabledBaselineSummarySourceReturns a summary of information about an EnabledBaseline object.
type nonrec t = {arn : Arn.t option;The ARN of the EnabledBaseline resource
*)baselineIdentifier : String_.t option;The specific baseline that is enabled as part of the EnabledBaseline resource.
*)baselineVersion : String_.t option;The enabled version of the baseline.
*)driftStatusSummary : EnabledBaselineDriftStatusSummary.t option;The drift status of the enabled baseline.
*)targetIdentifier : String_.t option;The target upon which the baseline is enabled.
*)parentIdentifier : Arn.t option;An ARN that represents an object returned by ListEnabledBaseline, to describe an enabled baseline.
*)statusSummary : EnablementStatusSummary.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `String of Arn.t
| `Structure of
(string
* [> `Enum of string
| `String of OperationIdentifier.t
| `Structure of
(string
* [> `Structure of (string * [> `Enum of string ]) list ])
list ])
list ])
list ]