This repository was archived by the owner on May 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -107,11 +107,9 @@ Amazon DynamoDB Stream.
107107
108108## Event Types
109109
110- The Amazon DynamoDB event source emits events of the following types :
110+ The Amazon DynamoDB event source emits events of the following type :
111111
112- - ` com.amazon.dynamodb.insert `
113- - ` com.amazon.dynamodb.modify `
114- - ` com.amazon.dynamodb.remove `
112+ - ` com.amazon.dynamodb.stream_record `
115113
116114[ arn ] : https://docs.aws.amazon.com/IAM/latest/UserGuide/list_amazondynamodb.html#amazondynamodb-resources-for-iam-policies
117115[ accesskey ] : https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys
Original file line number Diff line number Diff line change @@ -192,14 +192,17 @@ This can be confirmed by navigating back to the Azure Portal and ensuring that:
192192
193193## Event Types
194194
195- The TriggerMesh event source for Azure Blob Storage emits events of the following type :
195+ The TriggerMesh event source for Azure Blob Storage emits events of the following types :
196196
197197- ` Microsoft.Storage.BlobCreated `
198198- ` Microsoft.Storage.BlobDeleted `
199199- ` Microsoft.Storage.BlobRenamed `
200200- ` Microsoft.Storage.DirectoryCreated `
201201- ` Microsoft.Storage.DirectoryDeleted `
202202- ` Microsoft.Storage.DirectoryRenamed `
203+ - ` Microsoft.Storage.BlobTierChanged `
204+ - ` Microsoft.Storage.AsyncOperationInitiated `
205+ - ` Microsoft.Storage.BlobInventoryPolicyCompleted `
203206
204207[ storage-acc ] : https://docs.microsoft.com/en-us/azure/storage/common/storage-account-overview
205208
You can’t perform that action at this time.
0 commit comments