@Stability(value=Stable)
public static interface CfnSpotFleet.SpotPlacementProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ec2.*;
SpotPlacementProperty spotPlacementProperty = SpotPlacementProperty.builder()
.availabilityZone("availabilityZone")
.groupName("groupName")
.tenancy("tenancy")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSpotFleet.SpotPlacementProperty.Builder
A builder for
CfnSpotFleet.SpotPlacementProperty |
static class |
CfnSpotFleet.SpotPlacementProperty.Jsii$Proxy
An implementation for
CfnSpotFleet.SpotPlacementProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnSpotFleet.SpotPlacementProperty.Builder |
builder() |
default String |
getAvailabilityZone()
`CfnSpotFleet.SpotPlacementProperty.AvailabilityZone`.
|
default String |
getGroupName()
`CfnSpotFleet.SpotPlacementProperty.GroupName`.
|
default String |
getTenancy()
`CfnSpotFleet.SpotPlacementProperty.Tenancy`.
|
@Stability(value=Stable) @Nullable default String getAvailabilityZone()
@Stability(value=Stable) @Nullable default String getGroupName()
@Stability(value=Stable) @Nullable default String getTenancy()
@Stability(value=Stable) static CfnSpotFleet.SpotPlacementProperty.Builder builder()
Copyright © 2021. All rights reserved.