public static final class CfnBucket.TopicConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnBucket.TopicConfigurationProperty
CfnBucket.TopicConfigurationProperty
CfnBucket.TopicConfigurationProperty.Builder, CfnBucket.TopicConfigurationProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getEvent()
The Amazon S3 bucket event about which to send notifications.
|
java.lang.Object |
getFilter()
The filtering rules that determine for which objects to send notifications.
|
java.lang.String |
getTopic()
The Amazon Resource Name (ARN) of the Amazon SNS topic to which Amazon S3 publishes a message when it detects events of the specified type.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getEvent()
CfnBucket.TopicConfigurationProperty
For more information, see Supported Event Types in the Amazon S3 User Guide .
getEvent
in interface CfnBucket.TopicConfigurationProperty
public final java.lang.String getTopic()
CfnBucket.TopicConfigurationProperty
getTopic
in interface CfnBucket.TopicConfigurationProperty
public final java.lang.Object getFilter()
CfnBucket.TopicConfigurationProperty
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.
getFilter
in interface CfnBucket.TopicConfigurationProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()