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_name | string | The Name of 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