Skip to content

Commit 698c887

Browse files
committed
modifed construct prop comments
1 parent 676e95e commit 698c887

File tree

1 file changed

+2
-2
lines changed
  • source/patterns/@aws-solutions-constructs/aws-s3-sqs/lib

1 file changed

+2
-2
lines changed

source/patterns/@aws-solutions-constructs/aws-s3-sqs/lib/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import {addCfnNagS3BucketNotificationRulesToSuppress} from "@aws-solutions-const
2525
*/
2626
export interface S3ToSqsProps {
2727
/**
28-
* Optional existing instance of S3 Bucket object, providing both this and `bucketProps` will cause an error.
28+
* Existing instance of S3 Bucket object, providing both this and `bucketProps` will cause an error.
2929
*
3030
* @default - None
3131
*/
@@ -49,7 +49,7 @@ export interface S3ToSqsProps {
4949
*/
5050
readonly s3EventFilters?: s3.NotificationKeyFilter[]
5151
/**
52-
* Optional existing instance of SQS queue object, Providing both this and queueProps will cause an error.
52+
* Existing instance of SQS queue object, Providing both this and queueProps will cause an error.
5353
*
5454
* @default - Default props are used
5555
*/

0 commit comments

Comments
 (0)