Show / Hide Table of Contents

Class FleetTargetCapacitySpecificationGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
FleetTargetCapacitySpecificationGetArgs
Inherited Members
ResourceArgs.Empty
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 Source

FleetTargetCapacitySpecificationGetArgs()

Declaration
public FleetTargetCapacitySpecificationGetArgs()

Properties

View Source

DefaultTargetCapacityType

Default target capacity type. Valid values: on-demand, spot.

Declaration
public Input<string> DefaultTargetCapacityType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

OnDemandTargetCapacity

The number of On-Demand units to request.

Declaration
public Input<int> OnDemandTargetCapacity { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

SpotTargetCapacity

The number of Spot units to request.

Declaration
public Input<int> SpotTargetCapacity { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.