AnalyticsConfigurationResponse

data class AnalyticsConfigurationResponse(val id: String? = null, val prefix: String? = null, val storageClassAnalysis: StorageClassAnalysisResponse? = null, val tagFilters: List<TagFilterResponse>? = null)

Definition of AnalyticsConfiguration

Constructors

Link copied to clipboard
constructor(id: String? = null, prefix: String? = null, storageClassAnalysis: StorageClassAnalysisResponse? = null, tagFilters: List<TagFilterResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

The ID that identifies the analytics configuration.

Link copied to clipboard
val prefix: String? = null

The prefix that an object must have to be included in the analytics results.

Link copied to clipboard

Contains data related to access patterns to be collected and made available to analyze the tradeoffs between different storage classes. Specifies data related to access patterns to be collected and made available to analyze the tradeoffs between different storage classes for an Amazon S3 bucket.

Link copied to clipboard

The tags to use when evaluating an analytics filter. The analytics only includes objects that meet the filter's criteria. If no filter is specified, all of the contents of the bucket are included in the analysis.