Package com.pulumi.aws.ec2.outputs
Class GetLaunchTemplateInstanceMarketOptionSpotOption
- java.lang.Object
-
- com.pulumi.aws.ec2.outputs.GetLaunchTemplateInstanceMarketOptionSpotOption
-
public final class GetLaunchTemplateInstanceMarketOptionSpotOption extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetLaunchTemplateInstanceMarketOptionSpotOption.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
blockDurationMinutes()
static GetLaunchTemplateInstanceMarketOptionSpotOption.Builder
builder()
static GetLaunchTemplateInstanceMarketOptionSpotOption.Builder
builder(GetLaunchTemplateInstanceMarketOptionSpotOption defaults)
java.lang.String
instanceInterruptionBehavior()
java.lang.String
maxPrice()
java.lang.String
spotInstanceType()
java.lang.String
validUntil()
-
-
-
Method Detail
-
blockDurationMinutes
public java.lang.Integer blockDurationMinutes()
-
instanceInterruptionBehavior
public java.lang.String instanceInterruptionBehavior()
-
maxPrice
public java.lang.String maxPrice()
-
spotInstanceType
public java.lang.String spotInstanceType()
-
validUntil
public java.lang.String validUntil()
-
builder
public static GetLaunchTemplateInstanceMarketOptionSpotOption.Builder builder()
-
builder
public static GetLaunchTemplateInstanceMarketOptionSpotOption.Builder builder(GetLaunchTemplateInstanceMarketOptionSpotOption defaults)
-
-