Class SpotFleetRequestLaunchTemplateConfigOverrideGetArgs
Inheritance
System.Object
SpotFleetRequestLaunchTemplateConfigOverrideGetArgs
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 SpotFleetRequestLaunchTemplateConfigOverrideGetArgs : ResourceArgs
Constructors
View SourceSpotFleetRequestLaunchTemplateConfigOverrideGetArgs()
Declaration
public SpotFleetRequestLaunchTemplateConfigOverrideGetArgs()
Properties
View SourceAvailabilityZone
The availability zone in which to place the request.
Declaration
public Input<string> AvailabilityZone { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
InstanceType
The type of instance to request.
Declaration
public Input<string> InstanceType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<double> Priority { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Double> |
SpotPrice
The maximum spot bid for this override request.
Declaration
public Input<string> SpotPrice { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SubnetId
The subnet in which to launch the requested instance.
Declaration
public Input<string> SubnetId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
WeightedCapacity
The capacity added to the fleet by a fulfilled request.
Declaration
public Input<double> WeightedCapacity { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Double> |