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.
107
107
108
108
## Event Types
109
109
110
- The Amazon DynamoDB event source emits events of the following types :
110
+ The Amazon DynamoDB event source emits events of the following type :
111
111
112
- - ` com.amazon.dynamodb.insert `
113
- - ` com.amazon.dynamodb.modify `
114
- - ` com.amazon.dynamodb.remove `
112
+ - ` com.amazon.dynamodb.stream_record `
115
113
116
114
[ arn ] : https://docs.aws.amazon.com/IAM/latest/UserGuide/list_amazondynamodb.html#amazondynamodb-resources-for-iam-policies
117
115
[ 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:
192
192
193
193
## Event Types
194
194
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 :
196
196
197
197
- ` Microsoft.Storage.BlobCreated `
198
198
- ` Microsoft.Storage.BlobDeleted `
199
199
- ` Microsoft.Storage.BlobRenamed `
200
200
- ` Microsoft.Storage.DirectoryCreated `
201
201
- ` Microsoft.Storage.DirectoryDeleted `
202
202
- ` Microsoft.Storage.DirectoryRenamed `
203
+ - ` Microsoft.Storage.BlobTierChanged `
204
+ - ` Microsoft.Storage.AsyncOperationInitiated `
205
+ - ` Microsoft.Storage.BlobInventoryPolicyCompleted `
203
206
204
207
[ storage-acc ] : https://docs.microsoft.com/en-us/azure/storage/common/storage-account-overview
205
208
You can’t perform that action at this time.
0 commit comments