app_image_config
Gets an individual app_image_config
resource
Overview
Name | app_image_config |
Type | Resource |
Description | app_image_config |
Id | awscc.sagemaker.app_image_config |
Fields
Name | Datatype | Description |
---|---|---|
app_image_config_arn | string | The Amazon Resource Name (ARN) of the AppImageConfig. |
app_image_config_name | string | The Name of the AppImageConfig. |
kernel_gateway_image_config | object | The KernelGatewayImageConfig. |
jupyter_lab_app_image_config | object | The JupyterLabAppImageConfig. |
tags | array | A list of tags to apply to the AppImageConfig. |
region | string | AWS 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