docs(sns): remove an unused variable declaration in Archive Policy #29590
Labels
@aws-cdk/aws-sns
Related to Amazon Simple Notification Service
bug
This issue is a bug.
documentation
This is a problem with documentation.
effort/small
Small work item – less than a day of effort
p2
Describe the issue
Archive Policy parameter in the aws_cdk_sns document has an unused variable declaration.
Currently the documentation says:
Example with an archive policy for SQS:
I think the following is better.
Example with an archive policy:
Removed "for SQS" and "declare const role: iam.Role;".
Links
https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_sns-readme.html#archive-policy
The text was updated successfully, but these errors were encountered: