ClusterConfigUpdateInput
Fields to update on an existing cluster configuration template.
Only the fields supplied in the input are modified; omitted fields are left untouched.
input ClusterConfigUpdateInput {
name: String
}
Fields
ClusterConfigUpdateInput.name ● String scalar
Human-readable name of the cluster configuration.
Must be unique. Maximum length is 35 characters. Must be SNAKE_CASE: only uppercase letters (A-Z), digits (0-9) and underscores (_) are accepted; lowercase letters, spaces and any other punctuation are rejected.
Member Of
clusterConfigUpdate mutation