Skip to main content

application_tags

Expands all tag keys and values for applications in a region

Overview

Nameapplication_tags
TypeResource
DescriptionResource Type definition for Identity Center (SSO) Application
Idaws.sso.application_tags

Fields

NameDatatypeDescription
namestringThe name you want to assign to this Identity Center (SSO) Application
descriptionstringThe description information for the Identity Center (SSO) Application
instance_arnstringThe ARN of the instance of IAM Identity Center under which the operation will run
application_arnstringThe Application ARN that is returned upon creation of the Identity Center (SSO) Application
application_provider_arnstringThe ARN of the application provider under which the operation will run
statusstringSpecifies whether the application is enabled or disabled
portal_optionsobjectA structure that describes the options for the portal associated with an application
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all applications in a region.

SELECT
region,
name,
description,
instance_arn,
application_arn,
application_provider_arn,
status,
portal_options,
tag_key,
tag_value
FROM aws.sso.application_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the application_tags resource, see applications