Values.LandingZoneDetailSourceInformation about the landing zone.
type nonrec t = {version : LandingZoneVersion.t option;The landing zone's current deployed version.
*)remediationTypes : RemediationTypes.t option;The types of remediation actions configured for the landing zone, such as automatic drift correction or compliance enforcement.
*)arn : Arn.t option;The ARN of the landing zone.
*)status : LandingZoneStatus.t option;The landing zone deployment status. One of ACTIVE, PROCESSING, FAILED.
*)latestAvailableVersion : LandingZoneVersion.t option;The latest available version of the landing zone.
*)driftStatus : LandingZoneDriftStatusSummary.t option;The drift status of the landing zone.
*)manifest : Manifest.t option;The landing zone manifest JSON text file that specifies the landing zone configurations.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `Enum of string ] list
| `String of LandingZoneVersion.t
| `Structure of (string * [> `Enum of string ]) list ])
list ]