Class FleetTargetCapacitySpecificationGetArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class FleetTargetCapacitySpecificationGetArgs : ResourceArgs
Constructors
View SourceFleetTargetCapacitySpecificationGetArgs()
Declaration
public FleetTargetCapacitySpecificationGetArgs()
Properties
View SourceDefaultTargetCapacityType
Default target capacity type. Valid values: on-demand
, spot
.
Declaration
public Input<string> DefaultTargetCapacityType { get; set; }
Property Value
Type | Description |
---|---|
Input<System.String> |
OnDemandTargetCapacity
The number of On-Demand units to request.
Declaration
public Input<int> OnDemandTargetCapacity { get; set; }
Property Value
Type | Description |
---|---|
Input<System.Int32> |
SpotTargetCapacity
The number of Spot units to request.
Declaration
public Input<int> SpotTargetCapacity { get; set; }
Property Value
Type | Description |
---|---|
Input<System.Int32> |
TotalTargetCapacity
The number of units to request, filled using default_target_capacity_type
.
Declaration
public Input<int> TotalTargetCapacity { get; set; }
Property Value
Type | Description |
---|---|
Input<System.Int32> |