ENUM
EksClusterAccessType
Description
EKS cluster access type. The cluster can be either public or private, but we will assume public if left unspecified.
link GraphQL Schema definition
- enum EksClusterAccessType {
- # EKS cluster will be private.
- # EKS cluster will be public.
- # EKS cluster access type is not specified, defaults to public in application
- # logic.
- }