Class S3ActionConfig.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ses.S3ActionConfig.Jsii$Proxy
- All Implemented Interfaces:
S3ActionConfig
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
S3ActionConfig
@Stability(Stable)
@Internal
public static final class S3ActionConfig.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements S3ActionConfig
An implementation for
S3ActionConfig
-
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.ses.S3ActionConfig
S3ActionConfig.Builder, S3ActionConfig.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(S3ActionConfig.Builder builder) Constructor that initializes the object based on literal property values passed by theS3ActionConfig.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
The name of the Amazon S3 bucket that you want to send incoming mail to.final String
The customer master key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3 bucket.final String
The key prefix of the Amazon S3 bucket.final String
The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket.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 theS3ActionConfig.Builder
.
-
-
Method Details
-
getBucketName
Description copied from interface:S3ActionConfig
The name of the Amazon S3 bucket that you want to send incoming mail to.- Specified by:
getBucketName
in interfaceS3ActionConfig
-
getKmsKeyArn
Description copied from interface:S3ActionConfig
The customer master key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3 bucket.Default: - Emails are not encrypted.
- Specified by:
getKmsKeyArn
in interfaceS3ActionConfig
-
getObjectKeyPrefix
Description copied from interface:S3ActionConfig
The key prefix of the Amazon S3 bucket.Default: - No prefix.
- Specified by:
getObjectKeyPrefix
in interfaceS3ActionConfig
-
getTopicArn
Description copied from interface:S3ActionConfig
The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket.Default: - No notification is sent to SNS.
- Specified by:
getTopicArn
in interfaceS3ActionConfig
-
$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()
-