NotebookExecutionReference

class aws_cdk.interfaces.aws_emr.NotebookExecutionReference(*, notebook_execution_arn)

Bases: object

A reference to a NotebookExecution resource.

Parameters:

notebook_execution_arn (str) – The Arn of the NotebookExecution resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.interfaces import aws_emr as interfaces_emr

notebook_execution_reference = interfaces_emr.NotebookExecutionReference(
    notebook_execution_arn="notebookExecutionArn"
)

Attributes

notebook_execution_arn

The Arn of the NotebookExecution resource.