Values_4.RegisterInstanceEventNotificationAttributesResultSourceRegisters a set of tag keys to include in scheduled event notifications for your resources. To remove tags, use DeregisterInstanceEventNotificationAttributes.
type nonrec t = {instanceTagAttribute : Values_3.InstanceTagNotificationAttribute.t option;The resulting set of tag keys.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `List of [> `String of Values_0.String_.t ] list ])
list ])
list ]