AWS::S3::StorageLensGroupThe AWS::S3::StorageLensGroup resource is an Amazon S3 resource type that you can use to create Storage Lens Group.
3 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Filter | Filter | Required |
Name | string | RequiredCreate-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
StorageLensGroupArn | string | The ARN for the Amazon S3 Storage Lens Group. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::S3::StorageLensGroup
Resources:
MyResource:
Type: AWS::S3::StorageLensGroup
Properties:
Name: "my-name"
Filter: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
s3:CreateStorageLensGroups3:GetStorageLensGroups3:TagResources3:ListTagsForResources3:GetStorageLensGroups3:ListTagsForResources3:GetStorageLensGroups3:UpdateStorageLensGroups3:TagResources3:UntagResources3:ListTagsForResources3:DeleteStorageLensGroups3:ListStorageLensGroupsEverything you need to know about S3 on one page. HD quality, print-friendly.
Download Free InfographicNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Name