clusterConfigSettingCreate
Create a new setting on the cluster configuration identified by the supplied global identifier.
Use clusterConfigAddSetting when matching the configuration by numeric identifier instead.
Possible errors:
- CLUSTER_CONFIG_NOT_FOUND: The supplied configuration identifier did not match any cluster configuration.
- SCHEMA_VALIDATION: One or more input fields failed validation.
AUTH: Role=[product.OWNER]
clusterConfigSettingCreate(
configUuid: String!
input: ClusterConfigSettingCreateInput!
): ClusterConfigSetting!
Arguments
clusterConfigSettingCreate.configUuid ● String! non-null scalar
Global identifier of the cluster configuration the setting should be added to.
clusterConfigSettingCreate.input ● ClusterConfigSettingCreateInput! non-null input
Definition of the setting to create on the cluster configuration.
Type
ClusterConfigSetting object
Individual configurable setting on a cluster configuration template.
Each setting defines one attribute that customers can customise on clusters built from the template, including its display style and ordering.