s3control_untag_resource: This operation removes the specified Amazon Web Services...

View source: R/s3control_operations.R

s3control_untag_resourceR Documentation

This operation removes the specified Amazon Web Services resource tags from an S3 resource

Description

This operation removes the specified Amazon Web Services resource tags from an S3 resource. Each tag is a label consisting of a user-defined key and value. Tags can help you manage, identify, organize, search for, and filter resources.

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

Usage

s3control_untag_resource(AccountId, ResourceArn, TagKeys)

Arguments

AccountId

[required] The Amazon Web Services account ID that owns the resource that you're trying to remove the tags from.

ResourceArn

[required] The Amazon Resource Name (ARN) of the S3 resource that you're trying to remove the tags from.

TagKeys

[required] The array of tag key-value pairs that you're trying to remove from of the S3 resource.


paws.storage documentation built on May 29, 2024, 2:03 a.m.