Skip to content

sns: Support for SignatureVersion #29539

@jun1-t

Description

@jun1-t

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.

https://docs.aws.amazon.com/ja_jp/AWSCloudFormation/latest/UserGuide/aws-resource-sns-topic.html#cfn-sns-topic-signatureversion

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

No one assigned

    Labels

    @aws-cdk/aws-snsRelated to Amazon Simple Notification Serviceeffort/mediumMedium work item – several days of effortfeature-requestA feature should be added or improved.p2

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions