Class CfnNotebookExecutionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.emr.CfnNotebookExecutionProps.Jsii$Proxy
- All Implemented Interfaces:
CfnNotebookExecutionProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnNotebookExecutionProps
@Stability(Stable)
@Internal
public static final class CfnNotebookExecutionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnNotebookExecutionProps
An implementation for
CfnNotebookExecutionProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.emr.CfnNotebookExecutionProps
CfnNotebookExecutionProps.Builder, CfnNotebookExecutionProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnNotebookExecutionProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectThe environment variables associated with the notebook execution.final ObjectSpecifies the execution engine (cluster) to run the notebook and perform the notebook execution.final StringAn optional name for the notebook execution.final StringInput parameters in JSON format passed to the Amazon EMR Notebook at runtime for execution.final ObjectThe Amazon S3 location that stores the notebook execution input.final StringThe output format for the notebook execution.final ObjectThe Amazon S3 location for the notebook execution output.getTags()A list of tags associated with a notebook execution.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnNotebookExecutionProps.Builder.
-
-
Method Details
-
getEnvironmentVariables
Description copied from interface:CfnNotebookExecutionPropsThe environment variables associated with the notebook execution.Keys must be prefixed with KERNEL_ (except LOG_CONTEXT).
Returns union: either
IResolvableor Mapinvalid input: '<'String,String>- Specified by:
getEnvironmentVariablesin interfaceCfnNotebookExecutionProps- See Also:
-
getExecutionEngine
Description copied from interface:CfnNotebookExecutionPropsSpecifies the execution engine (cluster) to run the notebook and perform the notebook execution.Returns union: either
IResolvableorCfnNotebookExecution.ExecutionEngineConfigProperty- Specified by:
getExecutionEnginein interfaceCfnNotebookExecutionProps- See Also:
-
getNotebookExecutionName
Description copied from interface:CfnNotebookExecutionPropsAn optional name for the notebook execution.- Specified by:
getNotebookExecutionNamein interfaceCfnNotebookExecutionProps- See Also:
-
getNotebookParams
Description copied from interface:CfnNotebookExecutionPropsInput parameters in JSON format passed to the Amazon EMR Notebook at runtime for execution.- Specified by:
getNotebookParamsin interfaceCfnNotebookExecutionProps- See Also:
-
getNotebookS3Location
Description copied from interface:CfnNotebookExecutionPropsThe Amazon S3 location that stores the notebook execution input.Returns union: either
IResolvableorCfnNotebookExecution.NotebookS3LocationProperty- Specified by:
getNotebookS3Locationin interfaceCfnNotebookExecutionProps- See Also:
-
getOutputNotebookFormat
Description copied from interface:CfnNotebookExecutionPropsThe output format for the notebook execution.- Specified by:
getOutputNotebookFormatin interfaceCfnNotebookExecutionProps- See Also:
-
getOutputNotebookS3Location
Description copied from interface:CfnNotebookExecutionPropsThe Amazon S3 location for the notebook execution output.Returns union: either
IResolvableorCfnNotebookExecution.OutputNotebookS3LocationProperty- Specified by:
getOutputNotebookS3Locationin interfaceCfnNotebookExecutionProps- See Also:
-
getTags
Description copied from interface:CfnNotebookExecutionPropsA list of tags associated with a notebook execution.- Specified by:
getTagsin interfaceCfnNotebookExecutionProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-