Skip to content

/AWS1/CL_MA2APICALLDETAILS

Provides information about an API operation that an entity invoked for an affected resource.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_api TYPE /AWS1/MA2__STRING /AWS1/MA2__STRING

The name of the operation that was invoked most recently and produced the finding.

iv_apiservicename TYPE /AWS1/MA2__STRING /AWS1/MA2__STRING

The URL of the Amazon Web Services service that provides the operation, for example: s3.amazonaws.com.

iv_firstseen TYPE /AWS1/MA2__TIMESTAMPISO8601 /AWS1/MA2__TIMESTAMPISO8601

The first date and time, in UTC and extended ISO 8601 format, when any operation was invoked and produced the finding.

iv_lastseen TYPE /AWS1/MA2__TIMESTAMPISO8601 /AWS1/MA2__TIMESTAMPISO8601

The most recent date and time, in UTC and extended ISO 8601 format, when the specified operation (api) was invoked and produced the finding.


Queryable Attributes

api

The name of the operation that was invoked most recently and produced the finding.

Accessible with the following methods

Method Description
GET_API() Getter for API, with configurable default
ASK_API() Getter for API w/ exceptions if field has no value
HAS_API() Determine if API has a value

apiServiceName

The URL of the Amazon Web Services service that provides the operation, for example: s3.amazonaws.com.

Accessible with the following methods

Method Description
GET_APISERVICENAME() Getter for APISERVICENAME, with configurable default
ASK_APISERVICENAME() Getter for APISERVICENAME w/ exceptions if field has no valu
HAS_APISERVICENAME() Determine if APISERVICENAME has a value

firstSeen

The first date and time, in UTC and extended ISO 8601 format, when any operation was invoked and produced the finding.

Accessible with the following methods

Method Description
GET_FIRSTSEEN() Getter for FIRSTSEEN, with configurable default
ASK_FIRSTSEEN() Getter for FIRSTSEEN w/ exceptions if field has no value
HAS_FIRSTSEEN() Determine if FIRSTSEEN has a value

lastSeen

The most recent date and time, in UTC and extended ISO 8601 format, when the specified operation (api) was invoked and produced the finding.

Accessible with the following methods

Method Description
GET_LASTSEEN() Getter for LASTSEEN, with configurable default
ASK_LASTSEEN() Getter for LASTSEEN w/ exceptions if field has no value
HAS_LASTSEEN() Determine if LASTSEEN has a value