AwsApiCallAction

Provided if ActionType is AWS_API_CALL. It provides details about the API call that was detected.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Identifies the resources that were affected by the API call.

Link copied to clipboard
val api: String?

The name of the API method that was issued.

Link copied to clipboard

Indicates whether the API call originated from a remote IP address (remoteip) or from a DNS domain (domain).

Link copied to clipboard

Provided if CallerType is domain. Provides information about the DNS domain that the API call originated from.

Link copied to clipboard

A timestamp that indicates when the API call was first observed.

Link copied to clipboard

A timestamp that indicates when the API call was most recently observed.

Link copied to clipboard

Provided if CallerType is remoteip. Provides information about the remote IP address that the API call originated from.

Link copied to clipboard

The name of the Amazon Web Services service that the API method belongs to.

Functions

Link copied to clipboard
inline fun copy(block: AwsApiCallAction.Builder.() -> Unit = {}): AwsApiCallAction
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String