Skip to content

Put Storage Lens Configuration Tagging

s3control_put_storage_lens_configuration_tagging R Documentation

This operation is not supported by directory buckets

Description

This operation is not supported by directory buckets.

Put or replace tags on an existing Amazon S3 Storage Lens configuration. For more information about S3 Storage Lens, see Assessing your storage activity and usage with Amazon S3 Storage Lens in the Amazon S3 User Guide.

To use this action, you must have permission to perform the s3:PutStorageLensConfigurationTagging action. For more information, see Setting permissions to use Amazon S3 Storage Lens in the Amazon S3 User Guide.

Usage

s3control_put_storage_lens_configuration_tagging(ConfigId, AccountId,
  Tags)

Arguments

ConfigId

[required] The ID of the S3 Storage Lens configuration.

AccountId

[required] The account ID of the requester.

Tags

[required] The tag set of the S3 Storage Lens configuration.

You can set up to a maximum of 50 tags.

Value

An empty list.

Request syntax

svc$put_storage_lens_configuration_tagging(
  ConfigId = "string",
  AccountId = "string",
  Tags = list(
    list(
      Key = "string",
      Value = "string"
    )
  )
)