Skip to content

Commit b8a3d12

Browse files
authored
Update DESIGN_GUIDELINES.md
1 parent 8ea428f commit b8a3d12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: DESIGN_GUIDELINES.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,8 @@ Existing Inconsistencies would not be published, that’s for our internal use
265265

266266
| Name | Type | Notes |
267267
| --- | --- | --- |
268-
| existingBucketObj? | s3.Bucket | Either this or bucketProps must be provided |
268+
| existingBucketObj? | s3.Bucket | Either this, existingBucketInterface or bucketProps must be provided |
269+
| existingBucketInterface? | s3.IBucket | Either this, existingBucketObject or bucketProps must be provided |
269270
| bucketProps? | s3.BucketProps | |
270271
| s3EventTypes? | s3.EventType | Only required when construct responds to S3 events |
271272
| s3EventFilters? | s3.NotificationKeyFilter |Only required when construct responds to S3 events |

0 commit comments

Comments
 (0)