You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
⚠ BREAKING CHANGES
cloudtrail: API signatures of addS3EventSelectors and addLambdaEventSelectors have changed. Their parameters are now
strongly typed to accept IBucket and IFunction respectively.
cloudtrail:addS3EventSelectors and addLambdaEventSelectors
can no longer be used to configure all S3 data events or all Lambda data
events. Two new APIs logAllS3DataEvents() and logAllLambdaDataEvents() have been introduced to achieve this.
cloudtrail: The property snsTopic is now of the type ITopic.