Module Values.ActionSource

Contains information about actions.

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

    The GuardDuty finding activity type.

    *)
  2. awsApiCallAction : AwsApiCallAction.t option;
    (*

    Information about the AWS_API_CALL action described in this finding.

    *)
  3. dnsRequestAction : DnsRequestAction.t option;
    (*

    Information about the DNS_REQUEST action described in this finding.

    *)
  4. networkConnectionAction : NetworkConnectionAction.t option;
    (*

    Information about the NETWORK_CONNECTION action described in this finding.

    *)
  5. portProbeAction : PortProbeAction.t option;
    (*

    Information about the PORT_PROBE action described in this finding.

    *)
  6. kubernetesApiCallAction : KubernetesApiCallAction.t option;
    (*

    Information about the Kubernetes API call action described in this finding.

    *)
  7. kubernetesPermissionCheckedDetails : KubernetesPermissionCheckedDetails.t option;
    (*

    Information whether the user has the permission to use a specific Kubernetes API.

    *)
  8. kubernetesRoleBindingDetails : KubernetesRoleBindingDetails.t option;
    (*

    Information about the role binding that grants the permission defined in a Kubernetes role.

    *)
  9. kubernetesRoleDetails : KubernetesRoleDetails.t option;
    (*

    Information about the Kubernetes role name and role type.

    *)
  10. rdsLoginAttemptAction : RdsLoginAttemptAction.t option;
    (*

    Information about RDS_LOGIN_ATTEMPT action described in this finding.

    *)
}
Sourceval make : ?actionType:??? -> ?awsApiCallAction:??? -> ?dnsRequestAction:??? -> ?networkConnectionAction:??? -> ?portProbeAction:??? -> ?kubernetesApiCallAction:??? -> ?kubernetesPermissionCheckedDetails:??? -> ?kubernetesRoleBindingDetails:??? -> ?kubernetesRoleDetails:??? -> ?rdsLoginAttemptAction:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t | `Structure of (string * [> `Boolean of Boolean.t | `Integer of Integer.t | `List of [> `String of String_.t | `Structure of (string * [> `Integer of Integer.t | `String of String_.t | `Structure of (string * [> `Integer of Integer.t | `String of String_.t | `Structure of (string * [> `Double of Double.t | `String of String_.t ]) list ]) list ]) list ] list | `Map of ([> `String of String_.t ] * [> `String of String_.t ]) list | `String of String_.t | `Structure of (string * [> `Boolean of Boolean.t | `Integer of Integer.t | `String of String_.t | `Structure of (string * [> `Double of Double.t | `String of String_.t ]) list ]) list ]) 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