Module Values.ServiceManagedEc2FleetConfigurationSource

The configuration details for a service managed EC2 fleet.

Sourcetype nonrec t = {
  1. instanceCapabilities : ServiceManagedEc2InstanceCapabilities.t;
    (*

    The instance capabilities for the service managed EC2 fleet.

    *)
  2. instanceMarketOptions : ServiceManagedEc2InstanceMarketOptions.t;
    (*

    The instance market options for the service managed EC2 fleet.

    *)
  3. vpcConfiguration : VpcConfiguration.t option;
    (*

    The VPC configuration for the service managed EC2 fleet.

    *)
  4. storageProfileId : StorageProfileId.t option;
    (*

    The storage profile ID for the service managed EC2 fleet.

    *)
  5. autoScalingConfiguration : ServiceManagedEc2AutoScalingConfiguration.t option;
    (*

    The auto scaling configuration settings for the service managed EC2 fleet.

    *)
}
Sourceval context_ : string
Sourceval make : ?vpcConfiguration:??? -> ?storageProfileId:??? -> ?autoScalingConfiguration:??? -> instanceCapabilities:ServiceManagedEc2InstanceCapabilities.t -> instanceMarketOptions:ServiceManagedEc2InstanceMarketOptions.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of StorageProfileId.t | `Structure of (string * [> `Enum of string | `Integer of MinZeroMaxInteger.t | `List of [> `String of InstanceType.t | `Structure of (string * [> `Float of Float_.t | `List of [> `String of AttributeCapabilityValue.t ] list | `String of AmountCapabilityName.t ]) list ] list | `Structure of (string * [> `Integer of MinOneMaxTenThousand.t | `List of [> `Structure of (string * [> `Enum of string | `String of AcceleratorRuntime.t ]) list ] list | `Structure of (string * [> `Integer of MinZeroMaxInteger.t ]) 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