Class CfnBucket.TopicConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.s3.CfnBucket.TopicConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBucket.TopicConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnBucket.TopicConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnBucket.TopicConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBucket.TopicConfigurationProperty
An implementation for
CfnBucket.TopicConfigurationProperty-
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.TopicConfigurationProperty
CfnBucket.TopicConfigurationProperty.Builder, CfnBucket.TopicConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBucket.TopicConfigurationProperty.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 to send notifications.final ObjectThe filtering rules that determine for which objects to send notifications.final StringgetTopic()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.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.TopicConfigurationProperty.Builder.
-
-
Method Details
-
getEvent
Description copied from interface:CfnBucket.TopicConfigurationPropertyThe Amazon S3 bucket event about which to send notifications.For more information, see Supported Event Types in the Amazon S3 User Guide .
- Specified by:
getEventin interfaceCfnBucket.TopicConfigurationProperty
-
getTopic
Description copied from interface:CfnBucket.TopicConfigurationPropertyThe Amazon Resource Name (ARN) of the Amazon SNS topic to which Amazon S3 publishes a message when it detects events of the specified type.- Specified by:
getTopicin interfaceCfnBucket.TopicConfigurationProperty
-
getFilter
Description copied from interface:CfnBucket.TopicConfigurationPropertyThe filtering rules that determine for which objects to send 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.- Specified by:
getFilterin interfaceCfnBucket.TopicConfigurationProperty
-
$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()
-