Class SpotFleetRequestLaunchTemplateConfigOverride
Inheritance
System.Object
SpotFleetRequestLaunchTemplateConfigOverride
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 SpotFleetRequestLaunchTemplateConfigOverride
Fields
View SourceAvailabilityZone
The availability zone in which to place the request.
Declaration
public readonly string AvailabilityZone
Field Value
| Type | Description |
|---|---|
| System.String |
InstanceType
The type of instance to request.
Declaration
public readonly string InstanceType
Field Value
| Type | Description |
|---|---|
| System.String |
Priority
The priority for the launch template override. The lower the number, the higher the priority. If no number is set, the launch template override has the lowest priority.
Declaration
public readonly double? Priority
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Double> |
SpotPrice
The maximum spot bid for this override request.
Declaration
public readonly string SpotPrice
Field Value
| Type | Description |
|---|---|
| System.String |
SubnetId
The subnet in which to launch the requested instance.
Declaration
public readonly string SubnetId
Field Value
| Type | Description |
|---|---|
| System.String |
WeightedCapacity
The capacity added to the fleet by a fulfilled request.
Declaration
public readonly double? WeightedCapacity
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Double> |