Interface FargateClusterProps

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

@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)", date="2026-03-02T12:05:08.779Z") @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();