Values.EnabledBaselineDetailsSourceDetails of the EnabledBaseline resource.
type nonrec t = {arn : Arn.t option;The ARN of the EnabledBaseline resource.
*)baselineIdentifier : String_.t option;The specific Baseline 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 on which to enable the Baseline.
*)parentIdentifier : Arn.t option;An ARN that represents the parent EnabledBaseline at the Organizational Unit (OU) level, from which the child EnabledBaseline inherits its configuration. The value is returned by GetEnabledBaseline.
*)statusSummary : EnablementStatusSummary.t option;parameters : EnabledBaselineParameterSummaries.t option;Shows the parameters that are applied when enabling this Baseline.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of String_.t | `Structure of 'a list ])
list ]
list
| `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 ]