Values.EventBridgeRuleTemplateSummarySourcePlaceholder documentation for EventBridgeRuleTemplateSummary
type nonrec t = {arn : string option;An eventbridge rule template's ARN (Amazon Resource Name)
*)createdAt : string option;description : string option;A resource's optional description.
*)eventTargetCount : int option;The number of targets configured to send matching events.
*)eventType : EventBridgeRuleTemplateEventType.t option;groupId : string option;An eventbridge rule template group's id. AWS provided template groups have ids that start with `aws-`
*)id : string option;An eventbridge rule template's id. AWS provided templates have ids that start with `aws-`
*)modifiedAt : string option;name : string option;A resource's name. Names must be unique within the scope of a resource type in a specific region.
*)}