paws.security.identity (version 0.1.0)

ram_tag_resource: Adds the specified tags to the specified resource share

Description

Adds the specified tags to the specified resource share.

Usage

ram_tag_resource(resourceShareArn, tags)

Arguments

resourceShareArn

[required] The Amazon Resource Name (ARN) of the resource share.

tags

[required] One or more tags.

Request syntax

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