Interface CfnFleet.ServiceManagedEc2InstanceMarketOptionsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnFleet.ServiceManagedEc2InstanceMarketOptionsProperty.Jsii$Proxy
Enclosing class:
CfnFleet

@Stability(Stable) public static interface CfnFleet.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.services.deadline.*;
 ServiceManagedEc2InstanceMarketOptionsProperty serviceManagedEc2InstanceMarketOptionsProperty = ServiceManagedEc2InstanceMarketOptionsProperty.builder()
         .type("type")
         .build();
 

See Also: