aws.sagemaker.list_studio_lifecycle_configs
Example SQL Queries
SELECT * FROMaws.sagemaker.list_studio_lifecycle_configs;Description
Lists the Amazon SageMaker Studio Lifecycle Configurations in your Amazon Web Services Account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| app_type_equals Input Column A parameter to search for the App Type to which the Lifecycle Configuration is attached. | VARCHAR |
| creation_time_after Input Column A filter that returns only Lifecycle Configurations created on or after the specified time. | TIMESTAMP_S |
| creation_time_before Input Column A filter that returns only Lifecycle Configurations created on or before the specified time. | TIMESTAMP_S |
| modified_time_after Input Column A filter that returns only Lifecycle Configurations modified after the specified time. | TIMESTAMP_S |
| modified_time_before Input Column A filter that returns only Lifecycle Configurations modified before the specified time. | TIMESTAMP_S |
| name_contains Input Column A string in the Lifecycle Configuration name. This filter returns only Lifecycle Configurations whose name contains the specified string. | VARCHAR |
| sort_by Input Column The property used to sort results. The default value is CreationTime. | VARCHAR |
| sort_order Input Column The sort order. The default value is Descending. | 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 The creation time of the Amazon SageMaker Studio Lifecycle Configuration. | TIMESTAMP_S |
| last_modified_time This value is equivalent to CreationTime because Amazon SageMaker Studio Lifecycle Configurations are immutable. | TIMESTAMP_S |
| studio_lifecycle_config_app_type The App type to which the Lifecycle Configuration is attached. | VARCHAR |
| studio_lifecycle_config_arn The Amazon Resource Name (ARN) of the Lifecycle Configuration. | VARCHAR |
| studio_lifecycle_config_name The name of the Amazon SageMaker Studio Lifecycle Configuration. | VARCHAR |