Create a new configuration.
See https://www.paws-r-sdk.com/docs/omics_create_configuration/ for full documentation.
Usage
omics_create_configuration(
name,
description = NULL,
runConfigurations,
tags = NULL,
requestId
)Arguments
- name
[required] User-friendly name for the configuration.
- description
Optional description for the configuration.
- runConfigurations
[required] Required run-specific configurations.
Optional tags for the configuration.
- requestId
[required] Optional request idempotency token. If not specified, a universally unique identifier (UUID) will be automatically generated for the request.