Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

FindingAction

import type { FindingAction } from "https://aws-api.deno.dev/v0.3/services/macie2.ts?docs=full";

Provides information about an action that occurred for a resource and produced a policy finding.

interface FindingAction {
actionType?: FindingActionType | null;
apiCallDetails?: ApiCallDetails | null;
}

§Properties

§
actionType?: FindingActionType | null
[src]

The type of action that occurred for the affected resource. This value is typically AWS_API_CALL, which indicates that an entity invoked an API operation for the resource.

§
apiCallDetails?: ApiCallDetails | null
[src]

The invocation details of the API operation that an entity invoked for the affected resource, if the value for the actionType property is AWS_API_CALL.