Amazon S3 Bucket AnalyticsConfiguration
The
AnalyticsConfiguration property type specifies the configuration and any analyses for the analytics filter
of an Amazon S3 bucket.
For more information, see GET Bucket analytics in the Amazon Simple Storage Service API Reference
AnalyticsConfigurations is a property of the AWS::S3::Bucket resource type.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Id" :String, "Prefix" :String, "StorageClassAnalysis" : StorageClassAnalysis, "TagFilters" : [ TagFilter, ... ] }
YAML
Id:StringPrefix:StringStorageClassAnalysis:StorageClassAnalysisTagFilters: - TagFilter
Properties
Id-
The ID that identifies the analytics configuration.
Required: Yes
Type: String
Update requires: No interruption
Prefix-
The prefix that an object must have to be included in the analytics results.
Required: No
Type: String
Update requires: No interruption
StorageClassAnalysis-
Contains data related to access patterns to be collected and made available to analyze the tradeoffs between different storage classes.
Required: Yes
Type: Amazon S3 Bucket StorageClassAnalysis
Update requires: No interruption
TagFilters-
The tags to use when evaluating an analytics filter.
The analytics only includes objects that meet the filter's criteria. If no filter is speciified, all of the contents of the bucket are included in the analysis.
Required: No
Type: List of Amazon S3 Bucket TagFilter
Update requires: No interruption
