Module Values_1.InstanceEventWindowAssociationTargetSource

One or more targets associated with the event window.

Sourcetype nonrec t = {
  1. instanceIds : InstanceIdList.t option;
    (*

    The IDs of the instances associated with the event window.

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

    The instance tags associated with the event window. Any instances associated with the tags will be associated with the event window. Note that while you can't create tag keys beginning with aws:, you can specify existing Amazon Web Services managed tag keys (with the aws: prefix) when specifying them as targets to associate with the event window.

    *)
  3. dedicatedHostIds : DedicatedHostIdList.t option;
    (*

    The IDs of the Dedicated Hosts associated with the event window.

    *)
}
Sourceval make : ?instanceIds:??? -> ?tags:??? -> ?dedicatedHostIds:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of Values_0.InstanceId.t | `Structure of (string * [> `String of string ]) 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