AWS::SageMaker::Cluster ClusterOrchestratorEksConfig - AWS CloudFormation

AWS::SageMaker::Cluster ClusterOrchestratorEksConfig

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

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "ClusterArn" : String }

YAML

ClusterArn: String

Properties

ClusterArn

The Amazon Resource Name (ARN) of the SageMaker HyperPod cluster.

Required: Yes

Type: String

Pattern: ^arn:aws[a-z\-]*:sagemaker:[a-z0-9\-]*:[0-9]{12}:cluster/[a-z0-9]{12}$

Maximum: 256

Update requires: Replacement