Skip to content

Commit

Permalink
feat(sns): update description for displayName
Browse files Browse the repository at this point in the history
  • Loading branch information
sosomuse committed Jul 10, 2024
1 parent 278f0f7 commit af4e2bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-sns/lib/topic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export interface TopicProps {
/**
* A developer-defined string that can be used to identify this SNS topic.
*
* The display name to use for an Amazon SNS topic with SMS subscriptions. The display name must be maximum 100 characters long, including hyphens (-),
* The display name must be maximum 100 characters long, including hyphens (-),
* underscores (_), spaces, and tabs.
*
* @default None
Expand Down

0 comments on commit af4e2bb

Please sign in to comment.