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 Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import {addCfnNagS3BucketNotificationRulesToSuppress} from "@aws-solutions-const
25
25
*/
26
26
export interface S3ToSqsProps {
27
27
/**
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.
29
29
*
30
30
* @default - None
31
31
*/
@@ -49,7 +49,7 @@ export interface S3ToSqsProps {
49
49
*/
50
50
readonly s3EventFilters ?: s3 . NotificationKeyFilter [ ]
51
51
/**
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.
53
53
*
54
54
* @default - Default props are used
55
55
*/
You can’t perform that action at this time.
0 commit comments