-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
@aws-cdk/aws-snsRelated to Amazon Simple Notification ServiceRelated to Amazon Simple Notification Serviceeffort/mediumMedium work item – several days of effortMedium work item – several days of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p2
Description
Describe the feature
Enable setting of SignatureVersion in the L2 construct for SNS topics.
https://docs.aws.amazon.com/sns/latest/dg/sns-verify-signature-of-message.html
Use Case
To set the SignatureVersion, it is necessary to configure it via L1.
Proposed Solution
Allows passing the "SigantureVersion" parameter as an argument.
const topic = new sns.Topic(this, 'MyTopic', {
signatureVersion: '1',
});
Other Information
No response
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change
CDK version used
2.133.0
Environment details (OS name and version, etc.)
irrelevant
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-snsRelated to Amazon Simple Notification ServiceRelated to Amazon Simple Notification Serviceeffort/mediumMedium work item – several days of effortMedium work item – several days of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p2