Values.UpdateEventBridgeRuleTemplateResponseContentSourcePlaceholder documentation for UpdateEventBridgeRuleTemplateResponseContent
type nonrec t = {arn : string;An eventbridge rule template's ARN (Amazon Resource Name)
*)createdAt : string;description : string option;A resource's optional description.
*)eventTargets : EventBridgeRuleTemplateTarget.t list option;eventType : EventBridgeRuleTemplateEventType.t;groupId : string;An eventbridge rule template group's id. AWS provided template groups have ids that start with `aws-`
*)id : string;An eventbridge rule template's id. AWS provided templates have ids that start with `aws-`
*)modifiedAt : string option;name : string;A resource's name. Names must be unique within the scope of a resource type in a specific region.
*)}val make :
?description:??? ->
?eventTargets:??? ->
?modifiedAt:??? ->
?tags:??? ->
arn:string ->
createdAt:string ->
eventType:EventBridgeRuleTemplateEventType.t ->
groupId:string ->
id:string ->
name:string ->
unit ->
t