s3control_untag_resource: This operation removes the specified user-defined tags from...

View source: R/s3control_operations.R

s3control_untag_resourceR Documentation

This operation removes the specified user-defined tags from an S3 resource

Description

This operation removes the specified user-defined tags from an S3 resource. You can pass one or more tag keys.

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 removing tags from. The tagged resource can be a directory bucket, S3 Storage Lens group or S3 Access Grants instance, registered location, or grant.

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 30, 2026, 9:13 a.m.