Show / Hide Table of Contents

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 Source

AvailabilityZone

The availability zone in which to place the request.

Declaration
public readonly string AvailabilityZone
Field Value
Type Description
System.String
View Source

InstanceType

The type of instance to request.

Declaration
public readonly string InstanceType
Field Value
Type Description
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 readonly double? Priority
Field Value
Type Description
System.Nullable<System.Double>
View Source

SpotPrice

The maximum spot bid for this override request.

Declaration
public readonly string SpotPrice
Field Value
Type Description
System.String
View Source

SubnetId

The subnet in which to launch the requested instance.

Declaration
public readonly string SubnetId
Field Value
Type Description
System.String
View Source

WeightedCapacity

The capacity added to the fleet by a fulfilled request.

Declaration
public readonly double? WeightedCapacity
Field Value
Type Description
System.Nullable<System.Double>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.