app_image_configs
Retrieves a list of app_image_configs
in a region
Overview
Name | app_image_configs |
Type | Resource |
Description | app_image_configs |
Id | awscc.sagemaker.app_image_configs |
Fields
Name | Datatype | Description |
---|---|---|
app_image_config_name | string | The Name of the AppImageConfig. |
region | string | AWS 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