partner_app_tags
Expands all tag keys and values for partner_apps
in a region
Overview
Name | partner_app_tags |
Type | Resource |
Description | Resource Type definition for AWS::SageMaker::PartnerApp |
Id | aws.sagemaker.partner_app_tags |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The Amazon Resource Name (ARN) of the created PartnerApp. |
name | string | A name for the PartnerApp. |
type | string | The type of PartnerApp. |
execution_role_arn | string | The execution role for the user. |
tier | string | The tier of the PartnerApp. |
enable_iam_session_based_identity | boolean | Enables IAM Session based Identity for PartnerApp. |
application_config | object | A collection of settings that specify the maintenance schedule for the PartnerApp. |
auth_type | string | The Auth type of PartnerApp. |
base_url | string | The AppServerUrl based on app and account-info. |
maintenance_config | object | A collection of settings that specify the maintenance schedule for the PartnerApp. |
client_token | string | The client token for the PartnerApp. |
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 partner_apps
in a region.
SELECT
region,
arn,
name,
type,
execution_role_arn,
tier,
enable_iam_session_based_identity,
application_config,
auth_type,
base_url,
maintenance_config,
client_token,
tag_key,
tag_value
FROM aws.sagemaker.partner_app_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the partner_app_tags
resource, see partner_apps