s3control_create_storage_lens_group: Creates a new S3 Storage Lens group and associates it with...

View source: R/s3control_operations.R

s3control_create_storage_lens_groupR Documentation

Creates a new S3 Storage Lens group and associates it with the specified Amazon Web Services account ID

Description

Creates a new S3 Storage Lens group and associates it with the specified Amazon Web Services account ID. An S3 Storage Lens group is a custom grouping of objects based on prefix, suffix, object tags, object size, object age, or a combination of these filters. For each Storage Lens group that you’ve created, you can also optionally add Amazon Web Services resource tags. For more information about S3 Storage Lens groups, see Working with S3 Storage Lens groups.

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

Usage

s3control_create_storage_lens_group(AccountId, StorageLensGroup, Tags = NULL)

Arguments

AccountId

[required] The Amazon Web Services account ID that the Storage Lens group is created from and associated with.

StorageLensGroup

[required] The Storage Lens group configuration.

Tags

The Amazon Web Services resource tags that you're adding to your Storage Lens group. This parameter is optional.


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