| Package | Description |
|---|---|
| software.amazon.awscdk.services.ses.actions |
Amazon Simple Email Service Actions Library
|
| Modifier and Type | Method and Description |
|---|---|
S3.Builder |
S3.Builder.bucket(IBucket bucket)
The S3 bucket that incoming email will be saved to.
|
static S3.Builder |
S3.Builder.create() |
S3.Builder |
S3.Builder.kmsKey(IKey kmsKey)
The master key that SES should use to encrypt your emails before saving them to the S3 bucket.
|
S3.Builder |
S3.Builder.objectKeyPrefix(String objectKeyPrefix)
The key prefix of the S3 bucket.
|
S3.Builder |
S3.Builder.topic(ITopic topic)
The SNS topic to notify when the S3 action is taken.
|
Copyright © 2022. All rights reserved.