glue_put_workflow_run_properties: Puts the specified workflow run properties for the given...

View source: R/glue_operations.R

glue_put_workflow_run_propertiesR Documentation

Puts the specified workflow run properties for the given workflow run

Description

Puts the specified workflow run properties for the given workflow run. If a property already exists for the specified run, then it overrides the value otherwise adds the property to existing properties.

See https://www.paws-r-sdk.com/docs/glue_put_workflow_run_properties/ for full documentation.

Usage

glue_put_workflow_run_properties(Name, RunId, RunProperties)

Arguments

Name

[required] Name of the workflow which was run.

RunId

[required] The ID of the workflow run for which the run properties should be updated.

RunProperties

[required] The properties to put for the specified run.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.