Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ns-constructs into aws-iot-s3
  • Loading branch information
santhosh committed Jan 5, 2022
2 parents 0509670 + b6891eb commit 7cb5a2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DESIGN_GUIDELINES.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,8 @@ Existing Inconsistencies would not be published, that’s for our internal use

| Name | Type | Notes |
| --- | --- | --- |
| existingBucketObj? | s3.Bucket | Either this or bucketProps must be provided |
| existingBucketObj? | s3.Bucket | Either this, existingBucketInterface or bucketProps must be provided |
| existingBucketInterface? | s3.IBucket | Either this, existingBucketObject or bucketProps must be provided |
| bucketProps? | s3.BucketProps | |
| s3EventTypes? | s3.EventType | Only required when construct responds to S3 events |
| s3EventFilters? | s3.NotificationKeyFilter |Only required when construct responds to S3 events |
Expand Down

0 comments on commit 7cb5a2a

Please sign in to comment.