Skip to main content

partner_app_tags

Expands all tag keys and values for partner_apps in a region

Overview

Namepartner_app_tags
TypeResource
DescriptionResource Type definition for AWS::SageMaker::PartnerApp
Idaws.sagemaker.partner_app_tags

Fields

NameDatatypeDescription
arnstringThe Amazon Resource Name (ARN) of the created PartnerApp.
namestringA name for the PartnerApp.
typestringThe type of PartnerApp.
execution_role_arnstringThe execution role for the user.
tierstringThe tier of the PartnerApp.
enable_iam_session_based_identitybooleanEnables IAM Session based Identity for PartnerApp.
application_configobjectA collection of settings that specify the maintenance schedule for the PartnerApp.
auth_typestringThe Auth type of PartnerApp.
base_urlstringThe AppServerUrl based on app and account-info.
maintenance_configobjectA collection of settings that specify the maintenance schedule for the PartnerApp.
client_tokenstringThe client token for the PartnerApp.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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