

# KubernetesWorkload
<a name="API_KubernetesWorkload"></a>

Contains information about Kubernetes workloads involved in a GuardDuty finding, including pods, deployments, and other Kubernetes resources.

## Contents
<a name="API_KubernetesWorkload_Contents"></a>

 ** containerUids **   <a name="guardduty-Type-KubernetesWorkload-containerUids"></a>
A list of unique identifiers for the containers that are part of the Kubernetes workload.  
Type: Array of strings  
Length Constraints: Minimum length of 0. Maximum length of 256.  
Required: No

 ** type **   <a name="guardduty-Type-KubernetesWorkload-type"></a>
The types of Kubernetes resources involved in the workload.  
Type: String  
Valid Values: `PODS | JOBS | CRONJOBS | DEPLOYMENTS | DAEMONSETS | STATEFULSETS | REPLICASETS | REPLICATIONCONTROLLERS`   
Required: No

 ** namespace **   <a name="guardduty-Type-KubernetesWorkload-namespace"></a>
The Kubernetes namespace in which the workload is running, providing logical isolation within the cluster.  
Type: String  
Required: No

## See Also
<a name="API_KubernetesWorkload_SeeAlso"></a>

For more information about using this API in one of the language-specific Amazon SDKs, see the following:
+  [Amazon SDK for C\+\+](https://docs.amazonaws.cn/goto/SdkForCpp/guardduty-2017-11-28/KubernetesWorkload) 
+  [Amazon SDK for Java V2](https://docs.amazonaws.cn/goto/SdkForJavaV2/guardduty-2017-11-28/KubernetesWorkload) 
+  [Amazon SDK for Ruby V3](https://docs.amazonaws.cn/goto/SdkForRubyV3/guardduty-2017-11-28/KubernetesWorkload) 