View a markdown version of this page

NotebookRunSummary - Amazon DataZone

NotebookRunSummary

The summary of a notebook run in Amazon DataZone.

Contents

domainId

The identifier of the Amazon DataZone domain.

Type: String

Pattern: dzd[-_][a-zA-Z0-9_-]{1,36}

Required: Yes

id

The identifier of the notebook run.

Type: String

Pattern: [a-zA-Z0-9_-]{1,36}

Required: Yes

notebookId

The identifier of the notebook.

Type: String

Pattern: [a-zA-Z0-9_-]{1,36}

Required: Yes

owningProjectId

The identifier of the project that owns the notebook run.

Type: String

Pattern: [a-zA-Z0-9_-]{1,36}

Required: Yes

status

The status of the notebook run.

Type: String

Valid Values: QUEUED | STARTING | RUNNING | STOPPING | STOPPED | SUCCEEDED | FAILED

Required: Yes

completedAt

The timestamp of when the notebook run completed.

Type: Timestamp

Required: No

createdAt

The timestamp of when the notebook run was created.

Type: Timestamp

Required: No

createdBy

The identifier of the user who created the notebook run.

Type: String

Required: No

scheduleId

The identifier of the schedule associated with the notebook run.

Type: String

Pattern: [a-zA-Z0-9_-]{1,36}

Required: No

startedAt

The timestamp of when the notebook run started executing.

Type: Timestamp

Required: No

triggerSource

The source that triggered the notebook run.

Type: TriggerSource object

Required: No

updatedAt

The timestamp of when the notebook run was last updated.

Type: Timestamp

Required: No

updatedBy

The identifier of the user who last updated the notebook run.

Type: String

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: