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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnCluster.ClusterOrchestratorEksConfigProperty
static final class
An implementation forCfnCluster.ClusterOrchestratorEksConfigProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The Amazon Resource Name (ARN) of the SageMaker HyperPod cluster.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getClusterArn
The Amazon Resource Name (ARN) of the SageMaker HyperPod cluster.- See Also:
-
builder
-