Skip to content

Untag Resource

appstream_untag_resource R Documentation

Disassociates one or more specified tags from the specified AppStream 2

Description

Disassociates one or more specified tags from the specified AppStream 2.0 resource.

To list the current tags for your resources, use list_tags_for_resource.

For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.

Usage

appstream_untag_resource(ResourceArn, TagKeys)

Arguments

ResourceArn

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

TagKeys

[required] The tag keys for the tags to disassociate.

Value

An empty list.

Request syntax

svc$untag_resource(
  ResourceArn = "string",
  TagKeys = list(
    "string"
  )
)