app
Gets an individual app
resource
Overview
Name | app |
Type | Resource |
Description | app |
Id | awscc.sagemaker.app |
Fields
Name | Datatype | Description |
---|---|---|
app_arn | string | The Amazon Resource Name (ARN) of the app. |
app_name | string | The name of the app. |
app_type | string | The type of app. |
domain_id | string | The domain ID. |
resource_spec | object | The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. |
tags | array | A list of tags to apply to the app. |
user_profile_name | string | The user profile name. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
app_arn,
app_name,
app_type,
domain_id,
resource_spec,
tags,
user_profile_name
FROM awscc.sagemaker.app
WHERE data__Identifier = '<AppName>|<AppType>|<DomainId>|<UserProfileName>';
Permissions
To operate on the app
resource, the following permissions are required:
Read
sagemaker:DescribeApp,
sagemaker:DescribeApp
Delete
sagemaker:DeleteApp,
sagemaker:DescribeApp