Values.EventBridgeRuleTemplateGroupSummarySourcePlaceholder documentation for EventBridgeRuleTemplateGroupSummary
type nonrec t = {arn : string option;An eventbridge rule template group's ARN (Amazon Resource Name)
*)createdAt : string option;description : string option;A resource's optional description.
*)id : string option;An eventbridge rule template group's id. AWS provided template groups 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.
*)templateCount : int option;The number of templates in a group.
*)}