Skip to main content

app_image_configs

Retrieves a list of app_image_configs in a region

Overview

Nameapp_image_configs
TypeResource
Descriptionapp_image_configs
Idawscc.sagemaker.app_image_configs

Fields

NameDatatypeDescription
app_image_config_namestringThe Name of the AppImageConfig.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
app_image_config_name
FROM awscc.sagemaker.app_image_configs
WHERE region = 'us-east-1'

Permissions

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

Create

sagemaker:CreateAppImageConfig,
sagemaker:DescribeAppImageConfig

List

sagemaker:ListAppImageConfigs