(ses): add configurationSetArn
property on ConfigurationSet
#29902
Labels
@aws-cdk/aws-ses
Related to Amazon Simple Email Service
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
p3
Describe the feature
Add a
configurationSetArn
property exposed onConfigurationSet
construct to improve building policies for resource using this ConfigurationSet to send emails with SES.Use Case
When granting send email access to a lambda the ARN for the ConfigurationSet must be constructed manually:
Proposed Solution
Similar to addition made in #29084 , proposed solution includes building with
formatArn
method the resource underlying ARN.Other Information
This paves the way for future
grant
methods onConfigurationSet
constructAcknowledgements
CDK version used
2.137.0
Environment details (OS name and version, etc.)
macOS 14.2.1
The text was updated successfully, but these errors were encountered: