@Stability(value=Stable)
public static interface CfnSpotFleet.LaunchTemplateOverridesProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSpotFleet.LaunchTemplateOverridesProperty.Builder
A builder for
CfnSpotFleet.LaunchTemplateOverridesProperty |
static class |
CfnSpotFleet.LaunchTemplateOverridesProperty.Jsii$Proxy
An implementation for
CfnSpotFleet.LaunchTemplateOverridesProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnSpotFleet.LaunchTemplateOverridesProperty.Builder |
builder() |
default String |
getAvailabilityZone()
`CfnSpotFleet.LaunchTemplateOverridesProperty.AvailabilityZone`.
|
default String |
getInstanceType()
`CfnSpotFleet.LaunchTemplateOverridesProperty.InstanceType`.
|
default Number |
getPriority()
`CfnSpotFleet.LaunchTemplateOverridesProperty.Priority`.
|
default String |
getSpotPrice()
`CfnSpotFleet.LaunchTemplateOverridesProperty.SpotPrice`.
|
default String |
getSubnetId()
`CfnSpotFleet.LaunchTemplateOverridesProperty.SubnetId`.
|
default Number |
getWeightedCapacity()
`CfnSpotFleet.LaunchTemplateOverridesProperty.WeightedCapacity`.
|
@Stability(value=Stable) @Nullable default String getAvailabilityZone()
@Stability(value=Stable) @Nullable default String getInstanceType()
@Stability(value=Stable) @Nullable default Number getPriority()
@Stability(value=Stable) @Nullable default String getSpotPrice()
@Stability(value=Stable) @Nullable default String getSubnetId()
@Stability(value=Stable) @Nullable default Number getWeightedCapacity()
@Stability(value=Stable) static CfnSpotFleet.LaunchTemplateOverridesProperty.Builder builder()
Copyright © 2021. All rights reserved.