Values.AccountSettingsSourceThe Resource Groups settings for this Amazon Web Services account.
type nonrec t = {groupLifecycleEventsDesiredStatus : GroupLifecycleEventsDesiredStatus.t option;The desired target status of the group lifecycle events feature. If
*)groupLifecycleEventsStatus : GroupLifecycleEventsStatus.t option;The current status of the group lifecycle events feature.
*)groupLifecycleEventsStatusMessage : GroupLifecycleEventsStatusMessage.t option;The text of any error message occurs during an attempt to turn group lifecycle events on or off.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `String of GroupLifecycleEventsStatusMessage.t ])
list ]