Interface CfnCluster.PodGcControllerConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnCluster.PodGcControllerConfigProperty.Jsii$Proxy
Enclosing class:
CfnCluster

@Stability(Stable) public static interface CfnCluster.PodGcControllerConfigProperty extends software.amazon.jsii.JsiiSerializable
The pod garbage collector controller configuration.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.eks_v2.*;
 PodGcControllerConfigProperty podGcControllerConfigProperty = PodGcControllerConfigProperty.builder()
         .terminatedPodGcThreshold(123)
         .build();
 

See Also: