Interface CfnStorageLens.PrefixLevelStorageMetricsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnStorageLens.PrefixLevelStorageMetricsProperty.Jsii$Proxy
- Enclosing class:
CfnStorageLens
@Stability(Stable)
public static interface CfnStorageLens.PrefixLevelStorageMetricsProperty
extends software.amazon.jsii.JsiiSerializable
This resource contains the details of the prefix-level storage metrics for Amazon S3 Storage Lens.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.s3.*;
PrefixLevelStorageMetricsProperty prefixLevelStorageMetricsProperty = PrefixLevelStorageMetricsProperty.builder()
.isEnabled(false)
.selectionCriteria(SelectionCriteriaProperty.builder()
.delimiter("delimiter")
.maxDepth(123)
.minStorageBytesPercentage(123)
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnStorageLens.PrefixLevelStorageMetricsPropertystatic final classAn implementation forCfnStorageLens.PrefixLevelStorageMetricsProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectThis property identifies whether the details of the prefix-level storage metrics for S3 Storage Lens are enabled.default ObjectThis property identifies whether the details of the prefix-level storage metrics for S3 Storage Lens are enabled.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIsEnabled
This property identifies whether the details of the prefix-level storage metrics for S3 Storage Lens are enabled.Returns union: either
BooleanorIResolvable- See Also:
-
getSelectionCriteria
This property identifies whether the details of the prefix-level storage metrics for S3 Storage Lens are enabled.Returns union: either
IResolvableorCfnStorageLens.SelectionCriteriaProperty- See Also:
-
builder
-