@Stability(value=Experimental) @Internal public static final class S3ActionConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements S3ActionConfig
S3ActionConfigsoftware.amazon.jsii.JsiiObject.InitializationModeS3ActionConfig.Builder, S3ActionConfig.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.
|
protected |
Jsii$Proxy(String bucketName,
String kmsKeyArn,
String objectKeyPrefix,
String topicArn)
Constructor that initializes the object based on literal property values passed by the
S3ActionConfig.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getBucketName()
(experimental) The name of the Amazon S3 bucket that you want to send incoming mail to.
|
String |
getKmsKeyArn()
(experimental) The customer master key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3 bucket.
|
String |
getObjectKeyPrefix()
(experimental) The key prefix of the Amazon S3 bucket.
|
String |
getTopicArn()
(experimental) The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(String bucketName, String kmsKeyArn, String objectKeyPrefix, String topicArn)
S3ActionConfig.Builder.public final String getBucketName()
S3ActionConfiggetBucketName in interface S3ActionConfigpublic final String getKmsKeyArn()
S3ActionConfigDefault: - Emails are not encrypted.
getKmsKeyArn in interface S3ActionConfigpublic final String getObjectKeyPrefix()
S3ActionConfigDefault: - No prefix.
getObjectKeyPrefix in interface S3ActionConfigpublic final String getTopicArn()
S3ActionConfigDefault: - No notification is sent to SNS.
getTopicArn in interface S3ActionConfig@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.