securityhub_create_action_target: Creates a custom action target in Security Hub
Description
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.
Usage
securityhub_create_action_target(Name, Description, Id)
Arguments
Name
[required] The name of the custom action target.
Description
[required] The description for the custom action target.
Id
[required] The ID for the custom action target.
Request syntax
svc$create_action_target(
Name = "string",
Description = "string",
Id = "string"
)