gcloud alpha dataflow config-store-settings create

NAME
gcloud alpha dataflow config-store-settings create - create a new Dataflow ConfigStore setting
SYNOPSIS
gcloud alpha dataflow config-store-settings create (SETTING : --folder=FOLDER --location=LOCATION --organization=ORGANIZATION) --value=VALUE [GCLOUD_WIDE_FLAG]
DESCRIPTION
(ALPHA) Create a new Dataflow ConfigStore setting.
EXAMPLES
To create a setting on a project (note: the project must be specified as a project number, not a project ID):
gcloud alpha dataflow config-store-settings create default_launcher_machine_type --project=123456789012 --location=us-central1 --value="e2-standard-2"

To create the same setting on a folder or an organization:

gcloud alpha dataflow config-store-settings create default_launcher_machine_type --folder=123456 --location=us-central1 --value="e2-standard-2"
gcloud alpha dataflow config-store-settings create default_launcher_machine_type --organization=789012 --location=us-central1 --value="e2-standard-2"
POSITIONAL ARGUMENTS
Setting resource - The ConfigStore setting to create. The arguments in this group can be used to specify the attributes of this resource. (NOTE) Some attributes are not given arguments in this group but can be set in other ways.

To set the project attribute:

  • provide the argument setting on the command line with a fully specified name;
  • provide the argument --project on the command line;
  • set the property core/project. This resource can be one of the following types: [project_setting, folder_setting, org_setting].

This must be specified.

SETTING
ID of the setting or fully qualified identifier for the setting.

To set the setting_id attribute:

  • provide the argument setting on the command line.

This positional argument must be specified if any of the other arguments in this group are specified.

--folder=FOLDER
The Google Cloud folder ID.

To set the folder attribute:

  • provide the argument setting on the command line with a fully specified name;
  • provide the argument --folder on the command line. Must be specified for resource of type [folder_setting].
--location=LOCATION
The location of the ConfigStore setting (e.g. us-central1).

To set the location attribute:

  • provide the argument setting on the command line with a fully specified name;
  • provide the argument --location on the command line.
--organization=ORGANIZATION
The Google Cloud organization ID.

To set the organization attribute:

  • provide the argument setting on the command line with a fully specified name;
  • provide the argument --organization on the command line. Must be specified for resource of type [org_setting].
REQUIRED FLAGS
--value=VALUE
The string value of the configuration setting.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account, --billing-project, --configuration, --flags-file, --flatten, --format, --help, --impersonate-service-account, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity.

Run $ gcloud help for details.

NOTES
This command is currently in alpha and might change without notice. If this command fails with API permission errors despite specifying the correct project, you might be trying to access an API with an invitation-only early access allowlist.