Module Values.PlacementGroupConfigSource

Placement group configuration for an Amazon EMR cluster. The configuration specifies the placement strategy that can be applied to instance roles during cluster creation. To use this configuration, consider attaching managed policy AmazonElasticMapReducePlacementGroupPolicy to the Amazon EMR role.

Sourcetype nonrec t = {
  1. instanceRole : InstanceRoleType.t;
    (*

    Role of the instance in the cluster. Starting with Amazon EMR release 5.23.0, the only supported instance role is MASTER.

    *)
  2. placementStrategy : PlacementGroupStrategy.t option;
    (*

    Amazon EC2 Placement Group strategy associated with instance role. Starting with Amazon EMR release 5.23.0, the only supported placement strategy is SPREAD for the MASTER instance role.

    *)
}
Sourceval context_ : string
Sourceval make : ?placementStrategy:??? -> instanceRole:InstanceRoleType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string ]) 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