aws/aws-cdk

sns: Add details to `aws_cdk.aws_sns/Topic.html` documentation

Open

#35.736 aberto em 14 de out. de 2025

Ver no GitHub
 (2 comments) (0 reactions) (0 assignees)TypeScript (3.530 forks)batch import
@aws-cdk/aws-snsdocumentationeffort/smallgood first issuep2

Métricas do repositório

Stars
 (10.710 stars)
Métricas de merge de PR
 (Mesclagem média 13d 14h) (134 fundiu PRs em 30d)

Description

Describe the issue

In comparison to the SQS queue documentation, the SNS topic documentation is lacking depth.

Particular examples:

I stumbled upon this when researching whether topic.grant_publish() grants correct permissions in case of SSE (server-side encrypted) SNS topics.

Similarly, method descriptions like grant_subscribe(), add_subscription() would benefit from more details -- what exactly these methods generate in the final CloudFormation template.

Links

https://docs.aws.amazon.com/cdk/api/v2/python/aws_cdk.aws_sns/Topic.html

Guia do colaborador