toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.ec2.kotlin.outputs
/
GetLaunchTemplateInstanceMarketOptionSpotOption
Get
Launch
Template
Instance
Market
Option
Spot
Option
data
class
GetLaunchTemplateInstanceMarketOptionSpotOption
(
val
blockDurationMinutes
:
Int
,
val
instanceInterruptionBehavior
:
String
,
val
maxPrice
:
String
,
val
spotInstanceType
:
String
,
val
validUntil
:
String
)
Members
Constructors
Get
Launch
Template
Instance
Market
Option
Spot
Option
Link copied to clipboard
constructor
(
blockDurationMinutes
:
Int
,
instanceInterruptionBehavior
:
String
,
maxPrice
:
String
,
spotInstanceType
:
String
,
validUntil
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
block
Duration
Minutes
Link copied to clipboard
val
blockDurationMinutes
:
Int
instance
Interruption
Behavior
Link copied to clipboard
val
instanceInterruptionBehavior
:
String
max
Price
Link copied to clipboard
val
maxPrice
:
String
spot
Instance
Type
Link copied to clipboard
val
spotInstanceType
:
String
valid
Until
Link copied to clipboard
val
validUntil
:
String