Interface CfnCluster.ClusterOrchestratorEksConfigProperty

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

@Stability(Stable) public static interface CfnCluster.ClusterOrchestratorEksConfigProperty extends software.amazon.jsii.JsiiSerializable
The configuration for the Amazon EKS cluster that is used as the orchestrator for the SageMaker HyperPod cluster.

This includes the Amazon Resource Name (ARN) of the EKS cluster

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.sagemaker.*;
 ClusterOrchestratorEksConfigProperty clusterOrchestratorEksConfigProperty = ClusterOrchestratorEksConfigProperty.builder()
         .clusterArn("clusterArn")
         .build();
 

See Also: