Class CfnStorageLensGroup.FilterProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.s3.CfnStorageLensGroup.FilterProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnStorageLensGroup.FilterProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnStorageLensGroup.FilterProperty
@Stability(Stable)
@Internal
public static final class CfnStorageLensGroup.FilterProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnStorageLensGroup.FilterProperty
An implementation for
CfnStorageLensGroup.FilterProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.s3.CfnStorageLensGroup.FilterProperty
CfnStorageLensGroup.FilterProperty.Builder, CfnStorageLensGroup.FilterProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnStorageLensGroup.FilterProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
getAnd()
This property contains theAnd
logical operator, which allows multiple filter conditions to be joined for more complex comparisons of Storage Lens group data.This property contains a list of prefixes.This property contains a list of suffixes.final Object
This property contains the list of S3 object tags.final Object
This property containsDaysGreaterThan
andDaysLessThan
to define the object age range (minimum and maximum number of days).final Object
This property containsBytesGreaterThan
andBytesLessThan
to define the object size range (minimum and maximum number of Bytes).final Object
getOr()
This property contains theOr
logical operator, which allows multiple filter conditions to be joined.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnStorageLensGroup.FilterProperty.Builder
.
-
-
Method Details
-
getAnd
Description copied from interface:CfnStorageLensGroup.FilterProperty
This property contains theAnd
logical operator, which allows multiple filter conditions to be joined for more complex comparisons of Storage Lens group data.Objects must match all of the listed filter conditions that are joined by the
And
logical operator. Only one of each filter condition is allowed. -
getMatchAnyPrefix
Description copied from interface:CfnStorageLensGroup.FilterProperty
This property contains a list of prefixes.At least one prefix must be specified. Up to 10 prefixes are allowed.
-
getMatchAnySuffix
Description copied from interface:CfnStorageLensGroup.FilterProperty
This property contains a list of suffixes.At least one suffix must be specified. Up to 10 suffixes are allowed.
-
getMatchAnyTag
Description copied from interface:CfnStorageLensGroup.FilterProperty
This property contains the list of S3 object tags.At least one object tag must be specified. Up to 10 object tags are allowed.
-
getMatchObjectAge
Description copied from interface:CfnStorageLensGroup.FilterProperty
This property containsDaysGreaterThan
andDaysLessThan
to define the object age range (minimum and maximum number of days). -
getMatchObjectSize
Description copied from interface:CfnStorageLensGroup.FilterProperty
This property containsBytesGreaterThan
andBytesLessThan
to define the object size range (minimum and maximum number of Bytes). -
getOr
Description copied from interface:CfnStorageLensGroup.FilterProperty
This property contains theOr
logical operator, which allows multiple filter conditions to be joined.Objects can match any of the listed filter conditions, which are joined by the
Or
logical operator. Only one of each filter condition is allowed. -
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-