INPUT_OBJECT

AwsExocomputeGetClusterConnectionInput

Description

Input to obtain the connection command and yaml which can be used to connect a customer-managed cluster to RSC.

link GraphQL Schema definition

  • input AwsExocomputeGetClusterConnectionInput {
  • # Name of the customer managed cluster.
  • clusterName: String
  • # Exocompute Configuration ID obtained after configuring the Exocompute for
  • # regions.
  • exocomputeConfigId: UUID!
  • # Deprecated, use clusterName instead. UUID of the customer-managed Exocompute
  • # cluster.
  • clusterUuid: UUID
  • }

link Require by