Values.CreateActionTargetRequestSourceCreates a custom action target in Security Hub CSPM. You can use custom actions on findings and insights in Security Hub CSPM to trigger target actions in Amazon CloudWatch Events.
type nonrec t = {name : NonEmptyString.t;The name of the custom action target. Can contain up to 20 characters.
*)description : NonEmptyString.t;The description for the custom action target.
*)id : NonEmptyString.t;The ID for the custom action target. Can contain up to 20 alphanumeric characters.
*)}val make :
name:NonEmptyString.t ->
description:NonEmptyString.t ->
id:NonEmptyString.t ->
unit ->
t