Class CfnBucket.QueueConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.s3.CfnBucket.QueueConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBucket.QueueConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBucket.QueueConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnBucket.QueueConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBucket.QueueConfigurationProperty
An implementation for
CfnBucket.QueueConfigurationProperty-
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.services.s3.CfnBucket.QueueConfigurationProperty
CfnBucket.QueueConfigurationProperty.Builder, CfnBucket.QueueConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBucket.QueueConfigurationProperty.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 booleanfinal StringgetEvent()The Amazon S3 bucket event about which you want to publish messages to Amazon SQS.final ObjectThe filtering rules that determine which objects trigger notifications.final StringgetQueue()The Amazon Resource Name (ARN) of the Amazon SQS queue to which Amazon S3 publishes a message when it detects events of the specified type.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 theCfnBucket.QueueConfigurationProperty.Builder.
-
-
Method Details
-
getEvent
Description copied from interface:CfnBucket.QueueConfigurationPropertyThe Amazon S3 bucket event about which you want to publish messages to Amazon SQS.For more information, see Supported Event Types in the Amazon S3 User Guide .
- Specified by:
getEventin interfaceCfnBucket.QueueConfigurationProperty- See Also:
-
getQueue
Description copied from interface:CfnBucket.QueueConfigurationPropertyThe Amazon Resource Name (ARN) of the Amazon SQS queue to which Amazon S3 publishes a message when it detects events of the specified type.FIFO queues are not allowed when enabling an SQS queue as the event notification destination.
- Specified by:
getQueuein interfaceCfnBucket.QueueConfigurationProperty- See Also:
-
getFilter
Description copied from interface:CfnBucket.QueueConfigurationPropertyThe filtering rules that determine which objects trigger notifications.For example, you can create a filter so that Amazon S3 sends notifications only when image files with a
.jpgextension are added to the bucket. For more information, see Configuring event notifications using object key name filtering in the Amazon S3 User Guide .Returns union: either
IResolvableorCfnBucket.NotificationFilterProperty- Specified by:
getFilterin interfaceCfnBucket.QueueConfigurationProperty- 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()
-