Class CfnStorageLensGroupPropsMixin.OrProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.s3.CfnStorageLensGroupPropsMixin.OrProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnStorageLensGroupPropsMixin.OrProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnStorageLensGroupPropsMixin.OrProperty
@Stability(Stable)
@Internal
public static final class CfnStorageLensGroupPropsMixin.OrProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnStorageLensGroupPropsMixin.OrProperty
An implementation for
CfnStorageLensGroupPropsMixin.OrProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.s3.CfnStorageLensGroupPropsMixin.OrProperty
CfnStorageLensGroupPropsMixin.OrProperty.Builder, CfnStorageLensGroupPropsMixin.OrProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnStorageLensGroupPropsMixin.OrProperty.Builder.protectedJsii$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.JsonNodefinal booleanThis property contains a list of prefixes.This property contains the list of suffixes.final ObjectThis property contains the list of S3 object tags.final ObjectThis property filters objects that match the specified object age range.final ObjectThis property contains theBytesGreaterThanandBytesLessThanvalues to define the object size range (minimum and maximum number of Bytes).final inthashCode()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 theCfnStorageLensGroupPropsMixin.OrProperty.Builder.
-
-
Method Details
-
getMatchAnyPrefix
Description copied from interface:CfnStorageLensGroupPropsMixin.OrPropertyThis property contains a list of prefixes.At least one prefix must be specified. Up to 10 prefixes are allowed.
- Specified by:
getMatchAnyPrefixin interfaceCfnStorageLensGroupPropsMixin.OrProperty- See Also:
-
getMatchAnySuffix
Description copied from interface:CfnStorageLensGroupPropsMixin.OrPropertyThis property contains the list of suffixes.At least one suffix must be specified. Up to 10 suffixes are allowed.
- Specified by:
getMatchAnySuffixin interfaceCfnStorageLensGroupPropsMixin.OrProperty- See Also:
-
getMatchAnyTag
Description copied from interface:CfnStorageLensGroupPropsMixin.OrPropertyThis property contains the list of S3 object tags.At least one object tag must be specified. Up to 10 object tags are allowed.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnTag>- Specified by:
getMatchAnyTagin interfaceCfnStorageLensGroupPropsMixin.OrProperty- See Also:
-
getMatchObjectAge
Description copied from interface:CfnStorageLensGroupPropsMixin.OrPropertyThis property filters objects that match the specified object age range.Returns union: either
IResolvableorCfnStorageLensGroupPropsMixin.MatchObjectAgeProperty- Specified by:
getMatchObjectAgein interfaceCfnStorageLensGroupPropsMixin.OrProperty- See Also:
-
getMatchObjectSize
Description copied from interface:CfnStorageLensGroupPropsMixin.OrPropertyThis property contains theBytesGreaterThanandBytesLessThanvalues to define the object size range (minimum and maximum number of Bytes).Returns union: either
IResolvableorCfnStorageLensGroupPropsMixin.MatchObjectSizeProperty- Specified by:
getMatchObjectSizein interfaceCfnStorageLensGroupPropsMixin.OrProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-