app_image_config_tags
Expands all tag keys and values for app_image_configs
in a region
Overview
Name | app_image_config_tags |
Type | Resource |
Description | Resource Type definition for AWS::SageMaker::AppImageConfig |
Id | aws.sagemaker.app_image_config_tags |
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. |
code_editor_app_image_config | object | The CodeEditorAppImageConfig. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all app_image_configs
in a region.
SELECT
region,
app_image_config_arn,
app_image_config_name,
kernel_gateway_image_config,
jupyter_lab_app_image_config,
code_editor_app_image_config,
tag_key,
tag_value
FROM aws.sagemaker.app_image_config_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the app_image_config_tags
resource, see app_image_configs