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.
- : String
- # Deprecated, use clusterName instead. UUID of the customer-managed Exocompute
- # cluster.
- : UUID
- # Exocompute Configuration ID obtained after configuring the Exocompute for
- # regions.
- : UUID!
- # Flag to indicate if the request is for private exocompute RSC Managed Cluster.
- : Boolean
- }