create-custom-configurations

subtitle

Creates custom configurations. Custom Configurations are sets of properties or name-value pairs that belong to any of the services present in cluster templates. These can be used to override and/or append properties to the corresponding cluster template while launching DataHub clusters.

version

0.9.109

Description

Creates custom configurations. Custom Configurations are sets of properties or name-value pairs that belong to any of the services present in cluster templates. These can be used to override and/or append properties to the corresponding cluster template while launching DataHub clusters.

Synopsis

  create-custom-configurations
--custom-configurations-name <value>
--configurations <value>
[--runtime-version <value>]
[--cli-input-json <value>]
[--generate-cli-skeleton]

Options

--custom-configurations-name (string)

The name of the custom configurations. This name must be unique, must have between 5 and 100 characters, and must contain only lowercase letters, numbers, and hyphens. Names are case-sensitive.

--configurations (array)

The configuration properties of custom configurations.

Shorthand Syntax:

configName=string,configValue=string,serviceType=string,roleType=string ... (separate items with spaces)

JSON Syntax:

[
  {
    "configName": "string",
    "configValue": "string",
    "serviceType": "string",
    "roleType": "string"
  }
  ...
]

--runtime-version (string)

The runtime version of custom configurations.

--cli-input-json (string)

Performs service operation based on the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton. If other arguments are provided on the command line, the CLI values will override the JSON-provided values.

--generate-cli-skeleton (boolean)

Prints a sample input JSON to standard output. Note the specified operation is not run if this argument is specified. The sample input can be used as an argument for --cli-input-json.

Output

customConfigurations -> (object)

Information about custom configurations.

name -> (string)

The name of the custom configurations.

crn -> (string)

The CRN of the custom configurations.

configurations -> (array)

The custom configuration properties.

item -> (object)

Information about Custom Configuration Property.

configName -> (string)

The name of the custom configuration property.

configValue -> (string)

The value of the custom configuration property.

serviceType -> (string)

The service under which the custom configuration property belongs.

roleType -> (string)

The role within the service type.

runtimeVersion -> (string)

The runtime version of the custom configurations.

accountId -> (string)

The account ID that was used for creating custom configurations.

Form Factors

public