Class AcceleratorClass
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.stepfunctions.tasks.AcceleratorClass
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:47.840Z")
@Stability(Stable)
public class AcceleratorClass
extends software.amazon.jsii.JsiiObject
The generation of Elastic Inference (EI) instance.
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.stepfunctions.tasks.*; AcceleratorClass acceleratorClass = AcceleratorClass.of("version");
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Field Summary
Modifier and TypeFieldDescriptionstatic final AcceleratorClass
Elastic Inference accelerator 1st generation.static final AcceleratorClass
Elastic Inference accelerator 2nd generation. -
Constructor Summary
ModifierConstructorDescriptionprotected
AcceleratorClass
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
AcceleratorClass
(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionElastic Inference accelerator generation.static AcceleratorClass
Custom AcceleratorType.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
EIA1
Elastic Inference accelerator 1st generation. -
EIA2
Elastic Inference accelerator 2nd generation.
-
-
Constructor Details
-
AcceleratorClass
protected AcceleratorClass(software.amazon.jsii.JsiiObjectRef objRef) -
AcceleratorClass
protected AcceleratorClass(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
-
Method Details
-
of
Custom AcceleratorType.- Parameters:
version
-- Elastic Inference accelerator generation.
-
getVersion
- Elastic Inference accelerator generation.
-