Values.AwsApiCallActionSourceProvided if ActionType is AWS_API_CALL. It provides details about the API call that was detected.
type nonrec t = {api : NonEmptyString.t option;The name of the API method that was issued. Length Constraints: 128.
*)serviceName : NonEmptyString.t option;The name of the Amazon Web Services service that the API method belongs to. Length Constraints: 128.
*)callerType : NonEmptyString.t option;Indicates whether the API call originated from a remote IP address (remoteip) or from a DNS domain (domain).
*)remoteIpDetails : ActionRemoteIpDetails.t option;Provided if CallerType is remoteip. Provides information about the remote IP address that the API call originated from.
*)domainDetails : AwsApiCallActionDomainDetails.t option;Provided if CallerType is domain. Provides information about the DNS domain that the API call originated from.
*)affectedResources : FieldMap.t option;Identifies the resources that were affected by the API call.
*)firstSeen : NonEmptyString.t option;A timestamp that indicates when the API call was first observed. For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see Timestamps.
*)lastSeen : NonEmptyString.t option;A timestamp that indicates when the API call was most recently observed. For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see Timestamps.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of NonEmptyString.t ]
* [> `String of NonEmptyString.t ])
list
| `String of NonEmptyString.t
| `Structure of
(string
* [> `String of NonEmptyString.t
| `Structure of
(string
* [> `Double of Double.t
| `Integer of Integer.t
| `String of NonEmptyString.t ])
list ])
list ])
list ]