Values.EnabledControlDetailsSourceInformation about the enabled control.
type nonrec t = {arn : Arn.t option;The ARN of the enabled control.
*)controlIdentifier : ControlIdentifier.t option;The control identifier of the enabled control. For information on how to find the controlIdentifier, see the overview page.
*)targetIdentifier : TargetIdentifier.t option;The ARN of the organizational unit. For information on how to find the targetIdentifier, see the overview page.
*)statusSummary : EnablementStatusSummary.t option;The deployment summary of the enabled control.
*)driftStatusSummary : DriftStatusSummary.t option;The drift status of the enabled control.
*)parentIdentifier : ParentIdentifier.t option;The ARN of the parent enabled control from which this control inherits its configuration, if applicable.
*)targetRegions : TargetRegions.t option;Target Amazon Web Services Regions for the enabled control.
*)parameters : EnabledControlParameterSummaries.t option;Array of EnabledControlParameter objects.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of RegionName.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 ]