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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.s3.CfnBucket.TopicConfigurationProperty
CfnBucket.TopicConfigurationProperty.Builder, CfnBucket.TopicConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnBucket.TopicConfigurationProperty.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 to send notifications.final Object
The filtering rules that determine for which objects to send notifications.final 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.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.TopicConfigurationProperty.Builder
.
-
-
Method Details
-
getEvent
Description copied from interface:CfnBucket.TopicConfigurationProperty
The Amazon S3 bucket event about which to send notifications.For more information, see Supported Event Types in the Amazon S3 User Guide .
- Specified by:
getEvent
in interfaceCfnBucket.TopicConfigurationProperty
- See Also:
-
getTopic
Description copied from interface:CfnBucket.TopicConfigurationProperty
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.- Specified by:
getTopic
in interfaceCfnBucket.TopicConfigurationProperty
- See Also:
-
getFilter
Description copied from interface:CfnBucket.TopicConfigurationProperty
The 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
.jpg
extension are added to the bucket.- Specified by:
getFilter
in interfaceCfnBucket.TopicConfigurationProperty
- See Also:
-
$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()
-