Show / Hide Table of Contents

Class SpotFleetRequestLaunchTemplateConfigOverrideArgs

Inheritance
System.Object
InputArgs
ResourceArgs
SpotFleetRequestLaunchTemplateConfigOverrideArgs
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 SpotFleetRequestLaunchTemplateConfigOverrideArgs : ResourceArgs

Constructors

View Source

SpotFleetRequestLaunchTemplateConfigOverrideArgs()

Declaration
public SpotFleetRequestLaunchTemplateConfigOverrideArgs()

Properties

View Source

AvailabilityZone

The availability zone in which to place the request.

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

InstanceType

The type of instance to request.

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

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>
View Source

SpotPrice

The maximum spot bid for this override request.

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

SubnetId

The subnet in which to launch the requested instance.

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

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