sfn_tag_resource: Add a tag to a Step Functions resource

View source: R/sfn_operations.R

sfn_tag_resourceR Documentation

Add a tag to a Step Functions resource

Description

Add a tag to a Step Functions resource.

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

Usage

sfn_tag_resource(resourceArn, tags)

Arguments

resourceArn

[required] The Amazon Resource Name (ARN) for the Step Functions state machine or activity.

tags

[required] The list of tags to add to a resource.

Tags may only contain Unicode letters, digits, white space, or these symbols: ⁠_ . : / = + - @⁠.


paws.application.integration documentation built on Sept. 12, 2023, 1:18 a.m.