Skip to main content

instances_list_only

Lists instances in a region or regions, for all properties use instances

Overview

Nameinstances_list_only
TypeResource
DescriptionResource Type definition for Identity Center (SSO) Instance
Idaws.sso.instances_list_only

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
tagsarray
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all instances in a region.

SELECT
region,
instance_arn
FROM aws.sso.instances_list_only
WHERE region = 'us-east-1';

Permissions

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