Values_0.MaintenanceWindowTargetSourceThe target registered with the maintenance window.
type nonrec t = {windowId : MaintenanceWindowId.t option;The ID of the maintenance window to register the target with.
*)windowTargetId : MaintenanceWindowTargetId.t option;The ID of the target.
*)resourceType : MaintenanceWindowResourceType.t option;The type of target that is being registered with the maintenance window.
*)targets : Targets.t option;The targets, either managed nodes or tags. Specify managed nodes using the following format: Key=instanceids,Values=<instanceid1>,<instanceid2> Tags are specified using the following format: Key=<tag name>,Values=<tag value>.
*)ownerInformation : OwnerInformation.t option;A user-provided value that will be included in any Amazon CloudWatch Events events that are raised while running tasks for these targets in this maintenance window.
*)name : MaintenanceWindowName.t option;The name for the maintenance window target.
*)description : MaintenanceWindowDescription.t option;A description for the target.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `List of [> `String of TargetValue.t ] list
| `String of TargetKey.t ])
list ]
list
| `String of MaintenanceWindowId.t ])
list ]