View source: R/s3control_operations.R
s3control_create_storage_lens_group | R Documentation |
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.
s3control_create_storage_lens_group(AccountId, StorageLensGroup, Tags = NULL)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.