Skip to main content

app_image_config

Gets an individual app_image_config resource

Overview

Nameapp_image_config
TypeResource
Descriptionapp_image_config
Idawscc.sagemaker.app_image_config

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.
tagsarrayA list of tags to apply to the AppImageConfig.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
app_image_config_arn,
app_image_config_name,
kernel_gateway_image_config,
jupyter_lab_app_image_config,
tags
FROM awscc.sagemaker.app_image_config
WHERE data__Identifier = '<AppImageConfigName>';

Permissions

To operate on the app_image_config resource, the following permissions are required:

Read

sagemaker:DescribeAppImageConfig

Update

sagemaker:UpdateAppImageConfig,
sagemaker:DescribeAppImageConfig

Delete

sagemaker:DeleteAppImageConfig,
sagemaker:DescribeAppImageConfig