StorageLensPrefixLevelStorageMetricsArgs

data class StorageLensPrefixLevelStorageMetricsArgs(val isEnabled: Output<Boolean>? = null, val selectionCriteria: Output<StorageLensSelectionCriteriaArgs>? = null) : ConvertibleToJava<StorageLensPrefixLevelStorageMetricsArgs>

Constructors

Link copied to clipboard
constructor(isEnabled: Output<Boolean>? = null, selectionCriteria: Output<StorageLensSelectionCriteriaArgs>? = null)

Properties

Link copied to clipboard
val isEnabled: Output<Boolean>? = null

Specifies whether prefix-level storage metrics are enabled or disabled.

Link copied to clipboard

This property identifies whether the details of the prefix-level storage metrics for S3 Storage Lens are enabled.

Functions

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