Class CfnBucket.SourceSelectionCriteriaProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.s3.CfnBucket.SourceSelectionCriteriaProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBucket.SourceSelectionCriteriaProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBucket.SourceSelectionCriteriaProperty
@Stability(Stable)
@Internal
public static final class CfnBucket.SourceSelectionCriteriaProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBucket.SourceSelectionCriteriaProperty
An implementation for
CfnBucket.SourceSelectionCriteriaProperty
-
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.CfnBucket.SourceSelectionCriteriaProperty
CfnBucket.SourceSelectionCriteriaProperty.Builder, CfnBucket.SourceSelectionCriteriaProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnBucket.SourceSelectionCriteriaProperty.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
A filter that you can specify for selection for modifications on replicas.final Object
A container for filter information for the selection of Amazon S3 objects encrypted with AWS KMS.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 theCfnBucket.SourceSelectionCriteriaProperty.Builder
.
-
-
Method Details
-
getReplicaModifications
Description copied from interface:CfnBucket.SourceSelectionCriteriaProperty
A filter that you can specify for selection for modifications on replicas.- Specified by:
getReplicaModifications
in interfaceCfnBucket.SourceSelectionCriteriaProperty
- See Also:
-
getSseKmsEncryptedObjects
Description copied from interface:CfnBucket.SourceSelectionCriteriaProperty
A container for filter information for the selection of Amazon S3 objects encrypted with AWS KMS.- Specified by:
getSseKmsEncryptedObjects
in interfaceCfnBucket.SourceSelectionCriteriaProperty
- See Also:
-
$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()
-