Skip to main content

instance_tags

Expands all tag keys and values for instances in a region

Overview

Nameinstance_tags
TypeResource
DescriptionResource Type definition for Identity Center (SSO) Instance
Idaws.sso.instance_tags

Fields

NameDatatypeDescription
namestringThe name you want to assign to this Identity Center (SSO) Instance
instance_arnstringThe SSO Instance ARN that is returned upon creation of the Identity Center (SSO) Instance
owner_account_idstringThe AWS accountId of the owner of the Identity Center (SSO) Instance
identity_store_idstringThe ID of the identity store associated with the created Identity Center (SSO) Instance
statusstringThe status of the Identity Center (SSO) Instance, create_in_progress/delete_in_progress/active
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all instances in a region.

SELECT
region,
name,
instance_arn,
owner_account_id,
identity_store_id,
status,
tag_key,
tag_value
FROM aws.sso.instance_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the instance_tags resource, see instances