Interface FargateClusterProps

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

@Generated(value="jsii-pacmak/1.118.0 (build 02eec31)", date="2025-11-04T09:27:53.137Z") @Stability(Experimental) public interface FargateClusterProps extends software.amazon.jsii.JsiiSerializable, ClusterCommonOptions
(experimental) Configuration props for EKS Fargate.

Example:

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