instances_list_only
Lists instances
in a region or regions, for all properties use instances
Overview
Name | instances_list_only |
Type | Resource |
Description | Resource Type definition for Identity Center (SSO) Instance |
Id | aws.sso.instances_list_only |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name you want to assign to this Identity Center (SSO) Instance |
instance_arn | string | The SSO Instance ARN that is returned upon creation of the Identity Center (SSO) Instance |
owner_account_id | string | The AWS accountId of the owner of the Identity Center (SSO) Instance |
identity_store_id | string | The ID of the identity store associated with the created Identity Center (SSO) Instance |
status | string | The status of the Identity Center (SSO) Instance, create_in_progress/delete_in_progress/active |
tags | array | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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