Module Values.ContextKeySelectorSource

An object that contains information types to be included in CloudTrail enriched events.

Sourcetype nonrec t = {
  1. type_ : Type.t;
    (*

    Specifies the type of the event record field in ContextKeySelector. Valid values include RequestContext, TagContext.

    *)
  2. equals : OperatorTargetList.t;
    (*

    A list of keys defined by Type to be included in CloudTrail enriched events.

    *)
}
Sourceval context_ : string
Sourceval make : type_:Type.t -> equals:OperatorTargetList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `String of OperatorTargetListMember.t ] list ]) 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