Class CfnReceiptRule.S3ActionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnReceiptRule.S3ActionProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnReceiptRule.S3ActionProperty
CfnReceiptRule.S3ActionProperty
-
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.CfnReceiptRule.S3ActionProperty
CfnReceiptRule.S3ActionProperty.Builder, CfnReceiptRule.S3ActionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnReceiptRule.S3ActionProperty.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 for incoming email.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 theCfnReceiptRule.S3ActionProperty.Builder
.
-
-
Method Details
-
getBucketName
Description copied from interface:CfnReceiptRule.S3ActionProperty
The name of the Amazon S3 bucket for incoming email.- Specified by:
getBucketName
in interfaceCfnReceiptRule.S3ActionProperty
-
getKmsKeyArn
Description copied from interface:CfnReceiptRule.S3ActionProperty
The customer master key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3 bucket.You can use the default master key or a custom master key that you created in AWS KMS as follows:
- To use the default master key, provide an ARN in the form of
arn:aws:kms:REGION:ACCOUNT-ID-WITHOUT-HYPHENS:alias/aws/ses
. For example, if your AWS account ID is 123456789012 and you want to use the default master key in the US West (Oregon) Region, the ARN of the default master key would bearn:aws:kms:us-west-2:123456789012:alias/aws/ses
. If you use the default master key, you don't need to perform any extra steps to give Amazon SES permission to use the key. - To use a custom master key that you created in AWS KMS, provide the ARN of the master key and ensure that you add a statement to your key's policy to give Amazon SES permission to use it. For more information about giving permissions, see the Amazon SES Developer Guide .
For more information about key policies, see the AWS KMS Developer Guide . If you do not specify a master key, Amazon SES does not encrypt your emails.
Your mail is encrypted by Amazon SES using the Amazon S3 encryption client before the mail is submitted to Amazon S3 for storage. It is not encrypted using Amazon S3 server-side encryption. This means that you must use the Amazon S3 encryption client to decrypt the email after retrieving it from Amazon S3, as the service has no access to use your AWS KMS keys for decryption. This encryption client is currently available with the AWS SDK for Java and AWS SDK for Ruby only. For more information about client-side encryption using AWS KMS master keys, see the Amazon S3 Developer Guide .
- Specified by:
getKmsKeyArn
in interfaceCfnReceiptRule.S3ActionProperty
- To use the default master key, provide an ARN in the form of
-
getObjectKeyPrefix
Description copied from interface:CfnReceiptRule.S3ActionProperty
The key prefix of the Amazon S3 bucket.The key prefix is similar to a directory name that enables you to store similar data under the same directory in a bucket.
- Specified by:
getObjectKeyPrefix
in interfaceCfnReceiptRule.S3ActionProperty
-
getTopicArn
Description copied from interface:CfnReceiptRule.S3ActionProperty
The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket.You can find the ARN of a topic by using the ListTopics operation in Amazon SNS.
For more information about Amazon SNS topics, see the Amazon SNS Developer Guide .
- Specified by:
getTopicArn
in interfaceCfnReceiptRule.S3ActionProperty
-
$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()
-