Module Values_1.ScheduledInstancesPlacementSource

Describes the placement for a Scheduled Instance.

Sourcetype nonrec t = {
  1. availabilityZone : Values_0.String_.t option;
    (*

    The Availability Zone.

    *)
  2. groupName : Values_0.PlacementGroupName.t option;
    (*

    The name of the placement group.

    *)
}
Sourceval make : ?availabilityZone:??? -> ?groupName:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.String_.t ]) 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