Interface CfnStorageLensGroup.MatchObjectSizeProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnStorageLensGroup.MatchObjectSizeProperty.Jsii$Proxy
Enclosing class:
CfnStorageLensGroup

@Stability(Stable) public static interface CfnStorageLensGroup.MatchObjectSizeProperty extends software.amazon.jsii.JsiiSerializable
This resource filters objects that match the specified object size range.

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.*;
 MatchObjectSizeProperty matchObjectSizeProperty = MatchObjectSizeProperty.builder()
         .bytesGreaterThan(123)
         .bytesLessThan(123)
         .build();
 

See Also: