@Stability(value=Stable)
public static interface CfnStorageLens.SelectionCriteriaProperty
extends software.amazon.jsii.JsiiSerializable
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.*;
SelectionCriteriaProperty selectionCriteriaProperty = SelectionCriteriaProperty.builder()
.delimiter("delimiter")
.maxDepth(123)
.minStorageBytesPercentage(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnStorageLens.SelectionCriteriaProperty.Builder
A builder for
CfnStorageLens.SelectionCriteriaProperty |
static class |
CfnStorageLens.SelectionCriteriaProperty.Jsii$Proxy
An implementation for
CfnStorageLens.SelectionCriteriaProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnStorageLens.SelectionCriteriaProperty.Builder |
builder() |
default String |
getDelimiter()
This property contains the details of the S3 Storage Lens delimiter being used.
|
default Number |
getMaxDepth()
This property contains the details of the max depth that S3 Storage Lens will collect metrics up to.
|
default Number |
getMinStorageBytesPercentage()
This property contains the details of the minimum storage bytes percentage threshold that S3 Storage Lens will collect metrics up to.
|
@Stability(value=Stable) @Nullable default String getDelimiter()
@Stability(value=Stable) @Nullable default Number getMaxDepth()
@Stability(value=Stable) @Nullable default Number getMinStorageBytesPercentage()
@Stability(value=Stable) static CfnStorageLens.SelectionCriteriaProperty.Builder builder()
Copyright © 2022. All rights reserved.