OBJECT

AwsExocomputeOptionalConfigInRegion

Description

Represents optional parameters to be configured during the exocompute configuration for AWS EKS clusters.

link GraphQL Schema definition

  • type AwsExocomputeOptionalConfigInRegion {
  • # EKS cluster access type, which can be either Public or Private.
  • eksClusterAccessType: EksClusterAccessType!
  • }