Creates a custom action target in Security Hub.
You can use custom actions on findings and insights in Security Hub to trigger target actions in Amazon CloudWatch Events.
securityhub_create_action_target(Name, Description, Id)
A list with the following syntax:
list(
ActionTargetArn = "string"
)
[required] The name of the custom action target.
[required] The description for the custom action target.
[required] The ID for the custom action target.
svc$create_action_target(
Name = "string",
Description = "string",
Id = "string"
)