aws.securityhub.describe_action_targets
Example SQL Queries
SELECT * FROMaws.securityhub.describe_action_targets;Description
Returns a list of the custom action targets in Security Hub in your account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| action_target_arns Input Column A list of custom action target ARNs for the custom action targets to retrieve. | VARCHAR[] |
Show child fields
| |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| action_target_arn The ARN for the target action. | VARCHAR |
| description The description of the target action. | VARCHAR |
| name The name of the action target. | VARCHAR |