v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1461972964.4 KB

Returns a list of the custom action targets in Security Hub in your account.

post/actionTargets/get

Query parameters

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Request body

ActionTargetArnsNonEmptyString[]

A list of custom action target ARNs for the custom action targets to retrieve.

NextTokenstring
<p>The token that is required for pagination. On your first call to the <code>DescribeActionTargets</code> operation, set the value of this parameter to <code>NULL</code>.</p> <p>For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.</p>
MaxResultsinteger

The maximum number of results to return.

Response

Success

NextTokenstring

The pagination token to use to request the next page of results.

Example response

{
  "ActionTargets": [
    {
      "ActionTargetArn": "arn:aws:securityhub:us-west-1:123456789012:action/custom/Remediation",
      "Description": "Action to send the finding for remediation tracking",
      "Name": "Send to remediation"
    }
  ]
}