From d21c5ee708d51f50661f63081fa59c95958fe9a7 Mon Sep 17 00:00:00 2001 From: daschaa Date: Mon, 20 May 2024 20:38:51 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20documentation=20to=20SNS?= =?UTF-8?q?=20event=20topic?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/aws-cdk-lib/aws-events-targets/lib/sns.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/aws-cdk-lib/aws-events-targets/lib/sns.ts b/packages/aws-cdk-lib/aws-events-targets/lib/sns.ts index 7081790f846d6..75fd345174f02 100644 --- a/packages/aws-cdk-lib/aws-events-targets/lib/sns.ts +++ b/packages/aws-cdk-lib/aws-events-targets/lib/sns.ts @@ -17,6 +17,7 @@ export interface SnsTopicProps extends TargetBaseProps { /** * Use an SNS topic as a target for Amazon EventBridge rules. + * If the topic is imported the required permissions to publish to that topic need to be set manually. * * @example * /// fixture=withRepoAndTopic