public static final class CfnBucket.NotificationConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnBucket.NotificationConfigurationProperty
CfnBucket.NotificationConfigurationProperty
CfnBucket.NotificationConfigurationProperty.Builder, CfnBucket.NotificationConfigurationProperty.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.Object |
getEventBridgeConfiguration()
Enables delivery of events to Amazon EventBridge.
|
java.lang.Object |
getLambdaConfigurations()
Describes the AWS Lambda functions to invoke and the events for which to invoke them.
|
java.lang.Object |
getQueueConfigurations()
The Amazon Simple Queue Service queues to publish messages to and the events for which to publish messages.
|
java.lang.Object |
getTopicConfigurations()
The topic to which notifications are sent and the events for which notifications are generated.
|
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.Object getEventBridgeConfiguration()
CfnBucket.NotificationConfigurationProperty
getEventBridgeConfiguration
in interface CfnBucket.NotificationConfigurationProperty
public final java.lang.Object getLambdaConfigurations()
CfnBucket.NotificationConfigurationProperty
getLambdaConfigurations
in interface CfnBucket.NotificationConfigurationProperty
public final java.lang.Object getQueueConfigurations()
CfnBucket.NotificationConfigurationProperty
getQueueConfigurations
in interface CfnBucket.NotificationConfigurationProperty
public final java.lang.Object getTopicConfigurations()
CfnBucket.NotificationConfigurationProperty
getTopicConfigurations
in interface CfnBucket.NotificationConfigurationProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()