Interface CfnNotebookExecution.ExecutionEngineConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnNotebookExecution.ExecutionEngineConfigProperty.Jsii$Proxy
- Enclosing class:
CfnNotebookExecution
@Stability(Stable)
public static interface CfnNotebookExecution.ExecutionEngineConfigProperty
extends software.amazon.jsii.JsiiSerializable
Specifies the execution engine (cluster) to run the notebook and perform the notebook execution.
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.emr.*;
ExecutionEngineConfigProperty executionEngineConfigProperty = ExecutionEngineConfigProperty.builder()
.id("id")
// the properties below are optional
.type("type")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnNotebookExecution.ExecutionEngineConfigPropertystatic final classAn implementation forCfnNotebookExecution.ExecutionEngineConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getId
The unique identifier of the execution engine.For an Amazon EMR cluster, this is the cluster ID.
- See Also:
-
getType
The type of execution engine.- See Also:
-
builder
-