Values.TargetSummarySourceInformation about the targets specified for a notification rule.
type nonrec t = {targetAddress : TargetAddress.t option;The Amazon Resource Name (ARN) of the Amazon Q Developer in chat applications topic or Amazon Q Developer in chat applications client.
*)targetType : TargetType.t option;The type of the target (for example, SNS). Amazon Q Developer in chat applications topics are specified as SNS. Amazon Q Developer in chat applications clients are specified as AWSChatbotSlack.
*)targetStatus : TargetStatus.t option;The status of the target.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of TargetAddress.t ]) list ]