Show / Hide Table of Contents

Class LaunchTemplateInstanceMarketOptionsArgs

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

Constructors

View Source

LaunchTemplateInstanceMarketOptionsArgs()

Declaration
public LaunchTemplateInstanceMarketOptionsArgs()

Properties

View Source

MarketType

The market type. Can be spot.

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

SpotOptions

The options for Spot Instance

Declaration
public Input<LaunchTemplateInstanceMarketOptionsSpotOptionsArgs> SpotOptions { get; set; }
Property Value
Type Description
Input<LaunchTemplateInstanceMarketOptionsSpotOptionsArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.