Learn R Programming

paws.analytics (version 0.1.4)

glue_batch_get_workflows: Returns a list of resource metadata for a given list of workflow names

Description

Returns a list of resource metadata for a given list of workflow names. After calling the ListWorkflows operation, you can call this operation to access the data to which you have been granted permissions. This operation supports all IAM permissions, including permission conditions that uses tags.

Usage

glue_batch_get_workflows(Names, IncludeGraph)

Arguments

Names

[required] A list of workflow names, which may be the names returned from the ListWorkflows operation.

IncludeGraph

Specifies whether to include a graph when returning the workflow resource metadata.

Request syntax

svc$batch_get_workflows(
  Names = list(
    "string"
  ),
  IncludeGraph = TRUE|FALSE
)