Module Values.ServiceManagedEc2InstanceCapabilitiesSource

The Amazon EC2 instance capabilities.

Sourcetype nonrec t = {
  1. vCpuCount : VCpuCountRange.t;
    (*

    The amount of vCPU to require for instances in this fleet.

    *)
  2. memoryMiB : MemoryMiBRange.t;
    (*

    The memory, as MiB, for the Amazon EC2 instance type.

    *)
  3. osFamily : ServiceManagedFleetOperatingSystemFamily.t;
    (*

    The operating system (OS) family.

    *)
  4. cpuArchitectureType : CpuArchitectureType.t;
    (*

    The CPU architecture type.

    *)
  5. rootEbsVolume : Ec2EbsVolume.t option;
    (*

    The root EBS volume.

    *)
  6. acceleratorCapabilities : AcceleratorCapabilities.t option;
    (*

    Describes the GPU accelerator capabilities required for worker host instances in this fleet.

    *)
  7. allowedInstanceTypes : InstanceTypes.t option;
    (*

    The allowable Amazon EC2 instance types.

    *)
  8. excludedInstanceTypes : InstanceTypes.t option;
    (*

    The instance types to exclude from the fleet.

    *)
  9. customAmounts : CustomFleetAmountCapabilities.t option;
    (*

    The custom capability amounts to require for instances in this fleet.

    *)
  10. customAttributes : CustomFleetAttributeCapabilities.t option;
    (*

    The custom capability attributes to require for instances in this fleet.

    *)
}
Sourceval context_ : string
Sourceval make : ?rootEbsVolume:??? -> ?acceleratorCapabilities:??? -> ?allowedInstanceTypes:??? -> ?excludedInstanceTypes:??? -> ?customAmounts:??? -> ?customAttributes:??? -> vCpuCount:VCpuCountRange.t -> memoryMiB:MemoryMiBRange.t -> osFamily:ServiceManagedFleetOperatingSystemFamily.t -> cpuArchitectureType:CpuArchitectureType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `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 ]
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