Class FleetLaunchTemplateConfigOverride
Inheritance
System.Object
FleetLaunchTemplateConfigOverride
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Ec2.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class FleetLaunchTemplateConfigOverride
Fields
View SourceAvailabilityZone
Availability Zone in which to launch the instances.
Declaration
public readonly string AvailabilityZone
Field Value
| Type | Description |
|---|---|
| System.String |
InstanceType
Instance type.
Declaration
public readonly string InstanceType
Field Value
| Type | Description |
|---|---|
| System.String |
MaxPrice
Maximum price per unit hour that you are willing to pay for a Spot Instance.
Declaration
public readonly string MaxPrice
Field Value
| Type | Description |
|---|---|
| System.String |
Priority
Priority for the launch template override. If on_demand_options allocation_strategy is set to prioritized, EC2 Fleet uses priority to determine which launch template override to use first in fulfilling On-Demand capacity. The highest priority is launched first. The lower the number, the higher the priority. If no number is set, the launch template override has the lowest priority. Valid values are whole numbers starting at 0.
Declaration
public readonly double? Priority
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Double> |
SubnetId
ID of the subnet in which to launch the instances.
Declaration
public readonly string SubnetId
Field Value
| Type | Description |
|---|---|
| System.String |
WeightedCapacity
Number of units provided by the specified instance type.
Declaration
public readonly double? WeightedCapacity
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Double> |