BucketAnalyticsConfigurationArgs

data class BucketAnalyticsConfigurationArgs(val id: Output<String>, val prefix: Output<String>? = null, val storageClassAnalysis: Output<BucketStorageClassAnalysisArgs>, val tagFilters: Output<List<BucketTagFilterArgs>>? = null) : ConvertibleToJava<BucketAnalyticsConfigurationArgs>

Specifies the configuration and any analyses for the analytics filter of an Amazon S3 bucket.

Constructors

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

Properties

Link copied to clipboard
val id: Output<String>

The ID that identifies the analytics configuration.

Link copied to clipboard
val prefix: Output<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.

Link copied to clipboard
val tagFilters: Output<List<BucketTagFilterArgs>>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): BucketAnalyticsConfigurationArgs