aws.sagemaker.describe_notebook_instance_lifecycle_config
Example SQL Queries
SELECT * FROMaws.sagemaker.describe_notebook_instance_lifecycle_configWHERE"notebook_instance_lifecycle_config_name" = 'VALUE';Description
Returns a description of a notebook instance lifecycle configuration.
For information about notebook instance lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance.
Table Definition
| Column Name | Column Data Type |
|---|---|
| notebook_instance_lifecycle_config_name Required Input Column The name of the lifecycle configuration. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| creation_time A timestamp that tells when the lifecycle configuration was created. | TIMESTAMP_S |
| last_modified_time A timestamp that tells when the lifecycle configuration was last modified. | TIMESTAMP_S |
| notebook_instance_lifecycle_config_arn The Amazon Resource Name (ARN) of the lifecycle configuration. | VARCHAR |
| on_create The shell script that runs only once, when you create a notebook instance. | STRUCT( |
Show child fields
| |
| on_start The shell script that runs every time you start a notebook instance, including when you create the notebook instance. | STRUCT( |
Show child fields
| |