app_image_configs_list_only
Lists app_image_configs
in a region or regions, for all properties use app_image_configs
Overview
Name | app_image_configs_list_only |
Type | Resource |
Description | Resource Type definition for AWS::SageMaker::AppImageConfig |
Id | aws.sagemaker.app_image_configs_list_only |
Fields
Name | Datatype | Description |
---|---|---|
app_image_config_arn | string | The Amazon Resource Name (ARN) of the AppImageConfig. |
app_image_config_name | string | The Name of the AppImageConfig. |
kernel_gateway_image_config | object | The KernelGatewayImageConfig. |
jupyter_lab_app_image_config | object | The JupyterLabAppImageConfig. |
code_editor_app_image_config | object | The CodeEditorAppImageConfig. |
tags | array | A list of tags to apply to the AppImageConfig. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all app_image_configs
in a region.
SELECT
region,
app_image_config_name
FROM aws.sagemaker.app_image_configs_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the app_image_configs_list_only
resource, see app_image_configs