ENUM

RoleType

Description

Represents the types of role that can be validated.

link GraphQL Schema definition

  • enum RoleType {
  • # ROLE_CROSSACCOUNT represents the cross account role.
  • ROLE_CROSSACCOUNT
  • # ROLE_EXOCOMPUTE_EKS_MASTER represents the Exocompute EKS master node role.
  • ROLE_EXOCOMPUTE_EKS_MASTER
  • # ROLE_EXOCOMPUTE_EKS_WORKER represents the Exocompute EKS worker node role.
  • ROLE_EXOCOMPUTE_EKS_WORKER
  • # ROLE_UNSPECIFIED represents an unspecified role type.
  • ROLE_UNSPECIFIED
  • }