paws.security.identity (version 0.1.0)

clouddirectory_tag_resource: An API operation for adding tags to a resource

Description

An API operation for adding tags to a resource.

Usage

clouddirectory_tag_resource(ResourceArn, Tags)

Arguments

ResourceArn

[required] The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

Tags

[required] A list of tag key-value pairs.

Request syntax

svc$tag_resource(
  ResourceArn = "string",
  Tags = list(
    list(
      Key = "string",
      Value = "string"
    )
  )
)