Class CfnNotebookExecutionMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.emr.CfnNotebookExecutionMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnNotebookExecutionMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnNotebookExecutionMixinProps
@Stability(Stable)
@Internal
public static final class CfnNotebookExecutionMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnNotebookExecutionMixinProps
An implementation for
CfnNotebookExecutionMixinProps-
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.cfnpropertymixins.services.emr.CfnNotebookExecutionMixinProps
CfnNotebookExecutionMixinProps.Builder, CfnNotebookExecutionMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnNotebookExecutionMixinProps.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 theCfnNotebookExecutionMixinProps.Builder.
-
-
Method Details
-
getEnvironmentVariables
Description copied from interface:CfnNotebookExecutionMixinPropsThe 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 interfaceCfnNotebookExecutionMixinProps- See Also:
-
getExecutionEngine
Description copied from interface:CfnNotebookExecutionMixinPropsSpecifies the execution engine (cluster) to run the notebook and perform the notebook execution.Returns union: either
IResolvableorCfnNotebookExecutionPropsMixin.ExecutionEngineConfigProperty- Specified by:
getExecutionEnginein interfaceCfnNotebookExecutionMixinProps- See Also:
-
getNotebookExecutionName
Description copied from interface:CfnNotebookExecutionMixinPropsAn optional name for the notebook execution.- Specified by:
getNotebookExecutionNamein interfaceCfnNotebookExecutionMixinProps- See Also:
-
getNotebookParams
Description copied from interface:CfnNotebookExecutionMixinPropsInput parameters in JSON format passed to the Amazon EMR Notebook at runtime for execution.- Specified by:
getNotebookParamsin interfaceCfnNotebookExecutionMixinProps- See Also:
-
getNotebookS3Location
Description copied from interface:CfnNotebookExecutionMixinPropsThe Amazon S3 location that stores the notebook execution input.Returns union: either
IResolvableorCfnNotebookExecutionPropsMixin.NotebookS3LocationProperty- Specified by:
getNotebookS3Locationin interfaceCfnNotebookExecutionMixinProps- See Also:
-
getOutputNotebookFormat
Description copied from interface:CfnNotebookExecutionMixinPropsThe output format for the notebook execution.- Specified by:
getOutputNotebookFormatin interfaceCfnNotebookExecutionMixinProps- See Also:
-
getOutputNotebookS3Location
Description copied from interface:CfnNotebookExecutionMixinPropsThe Amazon S3 location for the notebook execution output.Returns union: either
IResolvableorCfnNotebookExecutionPropsMixin.OutputNotebookS3LocationProperty- Specified by:
getOutputNotebookS3Locationin interfaceCfnNotebookExecutionMixinProps- See Also:
-
getTags
Description copied from interface:CfnNotebookExecutionMixinPropsA list of tags associated with a notebook execution.- Specified by:
getTagsin interfaceCfnNotebookExecutionMixinProps- 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()
-