INPUT_OBJECT

EksConfigInput

Description

The configuration of an Elastic Kubernetes Service (EKS) cluster.

link GraphQL Schema definition

  • input EksConfigInput {
  • # Required. The cloud account for the Rubrik cluster to establish a connection
  • # with the EKS cluster.
  • cloudAccountId: String!
  • # Required. The Amazon Resource Name (ARN) for the EKS cluster.
  • eksClusterArn: String!
  • }