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

Action

import type { Action } from "https://aws-api.deno.dev/v0.4/services/guardduty.ts?docs=full";

Contains information about actions.

interface Action {
ActionType?: string | null;
AwsApiCallAction?: AwsApiCallAction | null;
DnsRequestAction?: DnsRequestAction | null;
KubernetesApiCallAction?: KubernetesApiCallAction | null;
NetworkConnectionAction?: NetworkConnectionAction | null;
PortProbeAction?: PortProbeAction | null;
}

§Properties

§
ActionType?: string | null
[src]

The GuardDuty finding activity type.

§
AwsApiCallAction?: AwsApiCallAction | null
[src]

Information about the AWS_API_CALL action described in this finding.

§
DnsRequestAction?: DnsRequestAction | null
[src]

Information about the DNS_REQUEST action described in this finding.

§
KubernetesApiCallAction?: KubernetesApiCallAction | null
[src]

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

§
NetworkConnectionAction?: NetworkConnectionAction | null
[src]

Information about the NETWORK_CONNECTION action described in this finding.

§
PortProbeAction?: PortProbeAction | null
[src]

Information about the PORT_PROBE action described in this finding.