feat(ses): add configurationSetArn property on configurationSet resource
Issue
Closes #29902
Reason for this change
Adds configurationSetArn property on ConfigurationSet construct to ease up building Policy referencing such construct
Description of changes
Similar implementation to recently added emailIdentityArn property on EmailIdentity construct. The implementation leverages the use of stack.formatArn to build AWS::SES::ConfigurationSet arn
Description of how you validated changes
Did not add any test as this would basically mean testing formatArn function itself.
Checklist
- [x] My code adheres to the CONTRIBUTING GUIDE and DESIGN GUIDELINES
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license
Exemption Request
- Change to a README file: only the auto-generated doc for
ConfigurationSetconstruct is affected by this PR - Change to a test file: testing this would feel like testing
formatArnmethod
@nmussy thanks for your review.
I deduplicated the code and added unit tests. Let me know if I should add any additional changes.
Thanks :) !
Any chance a maintainer can review and weigh in on the decision to keep or remove the @attribute annotation on configurationSetArn :)? @nmussy should I ping anybody in particular on this PR? Thanks
They'll address it when they review the PR 👍
This PR has been in the CHANGES REQUESTED state for 3 weeks, and looks abandoned. To keep this PR from being closed, please continue work on it. If not, it will automatically be closed in a week.
@nmussy any chance this PR can be reviewed before end of the week? It will apparently automatically be closed otherwise (see https://github.com/aws/aws-cdk/pull/29903#issuecomment-2105398263). Thanks in advance for your help on that matter :)
You need to file an exemption request comment to address the issues, see this comment. And I can't speak to review delays, I'm not a part of the CDK team, just a community member 👍
AWS CodeBuild CI Report
- CodeBuild project: AutoBuildv2Project1C6BFA3F-wQm2hXv2jqQv
- Commit ID: 205cce7f7d5a32fe41f3f04caeeaaf04868548d6
- Result: SUCCEEDED
- Build Logs (available for 30 days)
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository
This PR has been deemed to be abandoned, and will be automatically closed. Please create a new PR for these changes if you think this decision has been made in error.
The pull request linter fails with the following errors:
❌ Features must contain a change to a README file.
❌ Features must contain a change to an integration test file and the resulting snapshot.
PRs must pass status checks before we can provide a meaningful review.
If you would like to request an exemption from the status checks or clarification on feedback, please leave a comment on this PR containing Exemption Request and/or Clarification Request.
✅ A exemption request has been requested. Please wait for a maintainer's review.