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 missing information
  • Loading branch information
adutta-newrelic committed Nov 20, 2025
commit ea5c2dd52d1262d8276de635003365446da6b620

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ 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"
Expand Down Expand Up @@ -416,7 +413,3 @@ See [Set up AWS credentials](/docs/workflow-automation/setup-and-configuration/s
</TabsPages>
</Tabs>
</Collapser>
</CollapserGroup>

## S3 actions

Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ 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.



## EC2 actions

<CollapserGroup>
<Collapser
id="awsec2deletesnapshot"
Expand Down Expand Up @@ -707,3 +703,4 @@ See [Set up AWS credentials](/docs/workflow-automation/setup-and-configuration/s
</TabsPages>
</Tabs>
</Collapser>
</CollapserGroup>
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +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.



<Collapser
id="awsexecuteapi"
title="Execute an AWS API"
>
<Collapser
id="awsexecuteapi"
title="Execute an AWS API"
>

This action allows you to execute any AWS API operation for a specified service. It supports providing AWS credentials, region, service name, API name, and optional parameters. The action can return outputs such as success status, response data, and error messages, making it versatile for interacting with AWS services programmatically.

Expand Down Expand Up @@ -403,8 +401,4 @@ See [Set up AWS credentials](/docs/workflow-automation/setup-and-configuration/s
</TabsPageItem>
</TabsPages>
</Tabs>
</Collapser>
</CollapserGroup>

## CloudWatch actions

</Collapser>
Original file line number Diff line number Diff line change
Expand Up @@ -98,38 +98,22 @@ See [Set up AWS credentials](/docs/workflow-automation/setup-and-configuration/s
<td>**functionName**</td>
<td>Required</td>
<td>String</td>
<td>`my-lambda-function`</td>
</tr>
<tr>
<td>**invocationType**</td>
<td>Optional</td>
<td>String</td>
<td>`Event'|'RequestResponse'|'DryRun'`</td>
<td>`functionName: "hello-you"`</td>
</tr>
<tr>
<td>**payload**</td>
<td>Optional</td>
<td>String</td>
<td>`'{"key": "value"}'`</td>
</tr>
<tr>
<td>**parameters**</td>
<td>Optional</td>
<td>Map</td>
<td>
```yaml
{
"Qualifier": "1",
"ClientContext":"encoded value"
},
```
`payload:
user: R2-D2`
</td>
</tr>
<tr>
<td>**selectors**</td>
<td>Optional</td>
<td>List</td>
<td>`[{\"name\": \"response\", \"expression\": \".response\"}, {\"name\": \"success\", \"expression\": \".success\"}, {\"name\": \"errorMessage\", \"expression\": \".errorMessage\"}]`</td>
<td>`[{\"name\": \"payload\", \"expression\": \".payload\"}]`</td>
</tr>
</tbody>
</table>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1226,8 +1226,4 @@ See [Set up AWS credentials](/docs/workflow-automation/setup-and-configuration/s
</TabsPages>
</Tabs>
</Collapser>
</CollapserGroup>

## SNS actions

<CollapserGroup>
</CollapserGroup>
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,4 @@ See [Set up AWS credentials](/docs/workflow-automation/setup-and-configuration/s
</TabsPages>
</Tabs>
</Collapser>
</CollapserGroup>

## SQS actions

Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ See [Set up AWS credentials](/docs/workflow-automation/setup-and-configuration/s
<td>
```yaml
[
'All'|'Policy'|'VisibilityTimeout'|'MaximumMessageSize'|'MessageRetentionPeriod'|'ApproximateNumberOfMessages'|'ApproximateNumberOfMessagesNotVisible'|'CreatedTimestamp'|'LastModifiedTimestamp'|'QueueArn'|'ApproximateNumberOfMessagesDelayed'|'DelaySeconds'|'ReceiveMessageWaitTimeSeconds'|'RedrivePolicy'|'FifoQueue'|'ContentBasedDeduplication'|'KmsMasterKeyId'|'KmsDataKeyReusePeriodSeconds'|'DeduplicationScope'|'FifoThroughputLimit'|'RedriveAllowPolicy'|'SqsManagedSseEnabled',
'All'|'Policy'|'VisibilityTimeout'|'MaximumMessageSize'|'MessageRetentionPeriod'|'ApproximateNumberOfMessages'|'ApproximateNumberOfMessagesNotVisible'|'CreatedTimestamp'|'LastModifiedTimestamp'|'QueueArn'|'ApproximateNumberOfMessagesDelayed'|'DelaySeconds'|'ReceiveMessageWaitTimeSeconds'|'RedrivePolicy'|'FifoQueue'|'ContentBasedDeduplication'|'KmsMasterKeyId'|'KmsDataKeyReusePeriodSeconds'|'DeduplicationScope'|'FifoThroughputLimit'|'RedriveAllowPolicy'|'SqsManagedSseEnabled',
]
```
</td>
Expand Down Expand Up @@ -391,7 +391,28 @@ See [Set up AWS credentials](/docs/workflow-automation/setup-and-configuration/s
<tbody>
<tr>
<td>
```yaml
```yaml
name: sqs-receive-message-test
description: 'Receives a message from an SQS queue'
steps:
- name: aws_sqs_receiveMessage_1
type: action
action: aws.sqs.receiveMessage
version: '1'
inputs:
awsRoleArn: ${{ :secrets:awsRoleArn }}
region: us-east-1
queueUrl: https://sqs.us-east-1.amazonaws.com/123456789012/workflow-test-queue
waitTimeSeconds: 5
maxNumberOfMessages: 10
messageAttributeNames: ['message_attribute_name'],
```
</td>
</tr>
</tbody>
</table>
</TabsPageItem>
</TabsPages>
</Tabs>
</Collapser>
</CollapserGroup>
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ 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.ec2.runInstances"
title="Run instances"
Expand Down Expand Up @@ -235,7 +234,6 @@ See [Set up AWS credentials](/docs/workflow-automation/setup-and-configuration/s
</TabsPages>
</Tabs>
</Collapser>

</CollapserGroup>

## Systems Manager actions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ Before using HTTP actions in workflow automation, ensure you have:
HTTP actions support secret syntax for any header value, allowing you to securely pass sensitive data like API keys. See [secrets management](/docs/infrastructure/host-integrations/installation/secrets-management/) for more information.
</Callout>




<Collapser
id="httpdelete"
title="DELETE request"
Expand Down Expand Up @@ -189,5 +186,4 @@ Performs an HTTP DELETE request to remove data at an API endpoint.
</TabsPageItem>
</TabsPages>
</Tabs>
</Collapser>
</CollapserGroup>
</Collapser>
Original file line number Diff line number Diff line change
Expand Up @@ -179,3 +179,4 @@ Perform an HTTP GET call to retrieve data from an API endpoint.
</TabsPages>
</Tabs>
</Collapser>
</CollapserGroup>
Original file line number Diff line number Diff line change
Expand Up @@ -140,3 +140,4 @@ This page provides a comprehensive reference for utilities - transform available
</TabsPages>
</Tabs>
</Collapser>
</CollapserGroup>
Loading