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
Copy file name to clipboardExpand all lines: src/content/docs/workflow-automation/setup-and-configuration/actions-catalog/aws/aws-cloudwatch.mdx
+91-82Lines changed: 91 additions & 82 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ See [Set up AWS credentials](/docs/workflow-automation/setup-and-configuration/s
30
30
31
31
<CollapserGroup>
32
32
<Collapser
33
-
id="aws-cloudwatch-getlogevents"
33
+
id="aws.cloudWatch.getLogEvents"
34
34
title="Get CloudWatch log events"
35
35
>
36
36
Retrieves a batch of log events from a specified log stream in AWS CloudWatch Logs. It's essential for monitoring, auditing, and troubleshooting applications by programmatically fetching log data.
@@ -162,19 +162,19 @@ See [Set up AWS credentials](/docs/workflow-automation/setup-and-configuration/s
162
162
<td>**response**</td>
163
163
<td>Object</td>
164
164
<td>
165
-
```yaml
166
-
{
167
-
'events': [
168
-
{
169
-
'timestamp': 123,
170
-
'message': 'string',
171
-
'ingestionTime': 123
172
-
},
173
-
],
174
-
'nextForwardToken': 'string',
175
-
'nextBackwardToken': 'string'
176
-
}
177
-
```
165
+
```yaml
166
+
{
167
+
'events': [
168
+
{
169
+
'timestamp': 123,
170
+
'message': 'string',
171
+
'ingestionTime': 123
172
+
},
173
+
],
174
+
'nextForwardToken': 'string',
175
+
'nextBackwardToken': 'string'
176
+
}
177
+
```
178
178
</td>
179
179
</tr>
180
180
<tr>
@@ -193,37 +193,38 @@ See [Set up AWS credentials](/docs/workflow-automation/setup-and-configuration/s
This uploads a batch of log events to the specified log stream in AWS CloudWatch Logs. It is used for programmatically sending log data from applications or services to CloudWatch for monitoring and analysis.
@@ -299,7 +300,15 @@ See [Set up AWS credentials](/docs/workflow-automation/setup-and-configuration/s
0 commit comments