Skip to main content

app_image_configs_list_only

Lists app_image_configs in a region or regions, for all properties use app_image_configs

Overview

Nameapp_image_configs_list_only
TypeResource
DescriptionResource Type definition for AWS::SageMaker::AppImageConfig
Idaws.sagemaker.app_image_configs_list_only

Fields

NameDatatypeDescription
app_image_config_arnstringThe Amazon Resource Name (ARN) of the AppImageConfig.
app_image_config_namestringThe Name of the AppImageConfig.
kernel_gateway_image_configobjectThe KernelGatewayImageConfig.
jupyter_lab_app_image_configobjectThe JupyterLabAppImageConfig.
code_editor_app_image_configobjectThe CodeEditorAppImageConfig.
tagsarrayA list of tags to apply to the AppImageConfig.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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