KubernetesWorkloadDetails - Amazon GuardDuty
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

KubernetesWorkloadDetails

Details about the Kubernetes workload involved in a Kubernetes finding.

Contents

containers

Containers running as part of the Kubernetes workload.

Type: Array of Container objects

Required: No

hostIPC

Whether the host IPC flag is enabled for the pods in the workload.

Type: Boolean

Required: No

hostNetwork

Whether the hostNetwork flag is enabled for the pods included in the workload.

Type: Boolean

Required: No

hostPID

Whether the host PID flag is enabled for the pods in the workload.

Type: Boolean

Required: No

name

Kubernetes workload name.

Type: String

Required: No

namespace

Kubernetes namespace that the workload is part of.

Type: String

Required: No

serviceAccountName

The service account name that is associated with a Kubernetes workload.

Type: String

Required: No

type

Kubernetes workload type (e.g. Pod, Deployment, etc.).

Type: String

Required: No

uid

Kubernetes workload ID.

Type: String

Required: No

volumes

Volumes used by the Kubernetes workload.

Type: Array of Volume objects

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: