Interface CfnFleetPropsMixin.ServiceManagedEc2InstanceMarketOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFleetPropsMixin.ServiceManagedEc2InstanceMarketOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnFleetPropsMixin
@Stability(Stable)
public static interface CfnFleetPropsMixin.ServiceManagedEc2InstanceMarketOptionsProperty
extends software.amazon.jsii.JsiiSerializable
The details of the Amazon EC2 instance market options for a service managed fleet.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.deadline.*;
ServiceManagedEc2InstanceMarketOptionsProperty serviceManagedEc2InstanceMarketOptionsProperty = ServiceManagedEc2InstanceMarketOptionsProperty.builder()
.type("type")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnFleetPropsMixin.ServiceManagedEc2InstanceMarketOptionsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getType
The Amazon EC2 instance type.- See Also:
-
builder
@Stability(Stable) static CfnFleetPropsMixin.ServiceManagedEc2InstanceMarketOptionsProperty.Builder builder()
-