Interface CfnFleetPropsMixin.AcceleratorSelectionProperty

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

@Stability(Stable) public static interface CfnFleetPropsMixin.AcceleratorSelectionProperty extends software.amazon.jsii.JsiiSerializable
Describes a specific GPU accelerator required for an Amazon Elastic Compute Cloud worker host.

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.*;
 AcceleratorSelectionProperty acceleratorSelectionProperty = AcceleratorSelectionProperty.builder()
         .name("name")
         .runtime("runtime")
         .build();
 

See Also: