Interface CfnStorageLensGroup.MatchObjectAgeProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnStorageLensGroup.MatchObjectAgeProperty.Jsii$Proxy
- Enclosing class:
CfnStorageLensGroup
@Stability(Stable)
public static interface CfnStorageLensGroup.MatchObjectAgeProperty
extends software.amazon.jsii.JsiiSerializable
This resource contains
DaysGreaterThan
and DaysLessThan
to define the object age range (minimum and maximum number of days).
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.*; MatchObjectAgeProperty matchObjectAgeProperty = MatchObjectAgeProperty.builder() .daysGreaterThan(123) .daysLessThan(123) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnStorageLensGroup.MatchObjectAgeProperty
static final class
An implementation forCfnStorageLensGroup.MatchObjectAgeProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDaysGreaterThan
This property indicates the minimum object age in days.- See Also:
-
getDaysLessThan
This property indicates the maximum object age in days.- See Also:
-
builder
-