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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.s3.CfnBucket.QueueConfigurationProperty
CfnBucket.QueueConfigurationProperty.Builder, CfnBucket.QueueConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnBucket.QueueConfigurationProperty.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 String
getEvent()
The Amazon S3 bucket event about which you want to publish messages to Amazon SQS.final Object
The filtering rules that determine which objects trigger notifications.final String
getQueue()
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 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.QueueConfigurationProperty.Builder
.
-
-
Method Details
-
getEvent
Description copied from interface:CfnBucket.QueueConfigurationProperty
The 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:
getEvent
in interfaceCfnBucket.QueueConfigurationProperty
-
getQueue
Description copied from interface:CfnBucket.QueueConfigurationProperty
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.FIFO queues are not allowed when enabling an SQS queue as the event notification destination.
- Specified by:
getQueue
in interfaceCfnBucket.QueueConfigurationProperty
-
getFilter
Description copied from interface:CfnBucket.QueueConfigurationProperty
The 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
.jpg
extension are added to the bucket. For more information, see Configuring event notifications using object key name filtering in the Amazon S3 User Guide .- Specified by:
getFilter
in interfaceCfnBucket.QueueConfigurationProperty
-
$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()
-