Interface CfnStorageLensPropsMixin.PrefixLevelProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnStorageLensPropsMixin.PrefixLevelProperty.Jsii$Proxy
- Enclosing class:
CfnStorageLensPropsMixin
@Stability(Stable)
public static interface CfnStorageLensPropsMixin.PrefixLevelProperty
extends software.amazon.jsii.JsiiSerializable
This resource contains the details of the prefix-level of the 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.cfnpropertymixins.services.s3.*;
PrefixLevelProperty prefixLevelProperty = PrefixLevelProperty.builder()
.storageMetrics(PrefixLevelStorageMetricsProperty.builder()
.isEnabled(false)
.selectionCriteria(SelectionCriteriaProperty.builder()
.delimiter("delimiter")
.maxDepth(123)
.minStorageBytesPercentage(123)
.build())
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnStorageLensPropsMixin.PrefixLevelPropertystatic final classAn implementation forCfnStorageLensPropsMixin.PrefixLevelProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStorageMetrics
A property for the prefix-level storage metrics for Amazon S3 Storage Lens.Returns union: either
IResolvableorCfnStorageLensPropsMixin.PrefixLevelStorageMetricsProperty- See Also:
-
builder
-