paws.application.integration (version 0.1.0)

sfn_tag_resource: Add a tag to a Step Functions resource

Description

Add a tag to a Step Functions resource.

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, whitespace, or these symbols: _ . : / = + - @.

Request syntax

svc$tag_resource(
  resourceArn = "string",
  tags = list(
    list(
      key = "string",
      value = "string"
    )
  )
)