ssoadmin_untag_resource: Disassociates a set of tags from a specified resource

View source: R/ssoadmin_operations.R

ssoadmin_untag_resourceR Documentation

Disassociates a set of tags from a specified resource

Description

Disassociates a set of tags from a specified resource.

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

Usage

ssoadmin_untag_resource(InstanceArn = NULL, ResourceArn, TagKeys)

Arguments

InstanceArn

The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.

ResourceArn

[required] The ARN of the resource with the tags to be listed.

TagKeys

[required] The keys of tags that are attached to the resource.


paws.security.identity documentation built on May 29, 2024, 10:51 a.m.