Values.GetKeyGroupConfigResultSourceGets a key group configuration. To get a key group configuration, you must provide the key group's identifier. If the key group is referenced in a distribution's cache behavior, you can get the key group's identifier using ListDistributions or GetDistribution. If the key group is not referenced in a cache behavior, you can get the identifier using ListKeyGroups.
type nonrec t = {keyGroupConfig : KeyGroupConfig.t option;The key group configuration.
*)eTag : String_.t option;The identifier for this version of the key group.
*)}type nonrec error = [ | `NoSuchResource of NoSuchResource.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `NoSuchResource of NoSuchResource.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `NoSuchResource of NoSuchResource.t
| `Unknown_operation_error of string * string option ]val of_header_and_body :
((string, String_.t) Awso.Import.List.Assoc.t * KeyGroupConfig.t) ->
t