Skip to main content

app_image_config_tags

Expands all tag keys and values for app_image_configs in a region

Overview

Nameapp_image_config_tags
TypeResource
DescriptionResource Type definition for AWS::SageMaker::AppImageConfig
Idaws.sagemaker.app_image_config_tags

Fields

NameDatatypeDescription
app_image_config_arnstringThe Amazon Resource Name (ARN) of the AppImageConfig.
app_image_config_namestringThe Name of the AppImageConfig.
kernel_gateway_image_configobjectThe KernelGatewayImageConfig.
jupyter_lab_app_image_configobjectThe JupyterLabAppImageConfig.
code_editor_app_image_configobjectThe CodeEditorAppImageConfig.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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