appfabric_untag_resource {paws.networking}R Documentation

Removes a tag or tags from a resource

Description

Removes a tag or tags from a resource.

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

Usage

appfabric_untag_resource(resourceArn, tagKeys)

Arguments

resourceArn

[required] The Amazon Resource Name (ARN) of the resource that you want to untag.

tagKeys

[required] The keys of the key-value pairs for the tag or tags you want to remove from the specified resource.


[Package paws.networking version 0.9.0 Index]