Learn R Programming

paws.analytics (version 0.1.6)

glue_create_workflow: Creates a new workflow

Description

Creates a new workflow.

Usage

glue_create_workflow(Name, Description, DefaultRunProperties, Tags)

Arguments

Name

[required] The name to be assigned to the workflow. It should be unique within your account.

Description

A description of the workflow.

DefaultRunProperties

A collection of properties to be used as part of each execution of the workflow.

Tags

The tags to be used with this workflow.

Request syntax

svc$create_workflow(
  Name = "string",
  Description = "string",
  DefaultRunProperties = list(
    "string"
  ),
  Tags = list(
    "string"
  )
)