Module Values.AddonDetailsSource

Information about the installed EKS add-on (GuardDuty security agent).

Sourcetype nonrec t = {
  1. addonVersion : String_.t option;
    (*

    Version of the installed EKS add-on.

    *)
  2. addonStatus : String_.t option;
    (*

    Status of the installed EKS add-on.

    *)
}
Sourceval make : ?addonVersion:??? -> ?addonStatus:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t