Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated the structure
  • Loading branch information
adutta-newrelic committed Nov 21, 2025
commit 1b888075fd732527df9a62f5217fd5dad91176d5
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ Before using AWS actions in workflow automation, ensure you have:

See [Set up AWS credentials](/docs/workflow-automation/setup-and-configuration/set-up-aws-credentials/) for information on how to create IAM users and IAM roles, and set up static and session AWS credentials for integration with workflow automation AWS actions.

<CollapserGroup>
<Collapser
id="aws.cloudwatch.getLogEvents"
title="Get log events"
title="Get CloudWatch log events"
>

This action 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.
Expand Down Expand Up @@ -233,7 +234,9 @@ See [Set up AWS credentials](/docs/workflow-automation/setup-and-configuration/s
</TabsPages>
</Tabs>
</Collapser>
</CollapserGroup>

<CollapserGroup>
<Collapser
id="aws.cloudwatch.putLogEvents"
title="Put log events"
Expand Down Expand Up @@ -413,3 +416,4 @@ See [Set up AWS credentials](/docs/workflow-automation/setup-and-configuration/s
</TabsPages>
</Tabs>
</Collapser>
</CollapserGroup>
Loading
Loading