Skip to main content

apps_list_only

Lists apps in a region or regions, for all properties use apps

Overview

Nameapps_list_only
TypeResource
DescriptionResource Type definition for AWS::SageMaker::App
Idaws.sagemaker.apps_list_only

Fields

NameDatatypeDescription
app_arnstringThe Amazon Resource Name (ARN) of the app.
app_namestringThe name of the app.
app_typestringThe type of app.
domain_idstringThe domain ID.
resource_specobjectThe instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
tagsarrayA list of tags to apply to the app.
user_profile_namestringThe user profile name.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all apps in a region.

SELECT
region,
app_name,
app_type,
domain_id,
user_profile_name
FROM aws.sagemaker.apps_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the apps_list_only resource, see apps