Interface CfnNotebookExecutionPropsMixin.ExecutionEngineConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnNotebookExecutionPropsMixin.ExecutionEngineConfigProperty.Jsii$Proxy
- Enclosing class:
CfnNotebookExecutionPropsMixin
@Stability(Stable)
public static interface CfnNotebookExecutionPropsMixin.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.cfnpropertymixins.services.emr.*;
ExecutionEngineConfigProperty executionEngineConfigProperty = ExecutionEngineConfigProperty.builder()
.id("id")
.type("type")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnNotebookExecutionPropsMixin.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
@Stability(Stable) static CfnNotebookExecutionPropsMixin.ExecutionEngineConfigProperty.Builder builder()
-