Module Values_2.InstanceEventWindowSource

The event window.

Sourcetype nonrec t = {
  1. instanceEventWindowId : Values_1.InstanceEventWindowId.t option;
    (*

    The ID of the event window.

    *)
  2. timeRanges : Values_1.InstanceEventWindowTimeRangeList.t option;
    (*

    One or more time ranges defined for the event window.

    *)
  3. name : Values_0.String_.t option;
    (*

    The name of the event window.

    *)
  4. cronExpression : Values_1.InstanceEventWindowCronExpression.t option;
    (*

    The cron expression defined for the event window.

    *)
  5. associationTarget : Values_1.InstanceEventWindowAssociationTarget.t option;
    (*

    One or more targets associated with the event window.

    *)
  6. state : Values_1.InstanceEventWindowState.t option;
    (*

    The current state of the event window.

    *)
  7. tags : Values_0.TagList.t option;
    (*

    The instance tags associated with the event window.

    *)
}
Sourceval make : ?instanceEventWindowId:??? -> ?timeRanges:??? -> ?name:??? -> ?cronExpression:??? -> ?associationTarget:??? -> ?state:??? -> ?tags:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `Integer of Values_0.Hour.t | `String of string ]) list ] list | `String of Values_1.InstanceEventWindowId.t | `Structure of (string * [> `List of [> `String of Values_0.InstanceId.t | `Structure of (string * [> `String of string ]) list ] list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t