Interface FargateClusterProps

All Superinterfaces:
ClusterCommonOptions, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
FargateClusterProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.126.0 (build 206d44b)", date="2026-02-23T18:58:18.916Z") @Stability(Stable) public interface FargateClusterProps extends software.amazon.jsii.JsiiSerializable, ClusterCommonOptions
Configuration props for EKS Fargate.

Example:

 FargateCluster cluster = FargateCluster.Builder.create(this, "FargateCluster")
         .version(KubernetesVersion.V1_34)
         .build();