applications_list_only
Lists applications
in a region or regions, for all properties use applications
Overview
Name | applications_list_only |
Type | Resource |
Description | Resource Type definition for Identity Center (SSO) Application |
Id | aws.sso.applications_list_only |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name you want to assign to this Identity Center (SSO) Application |
description | string | The description information for the Identity Center (SSO) Application |
instance_arn | string | The ARN of the instance of IAM Identity Center under which the operation will run |
application_arn | string | The Application ARN that is returned upon creation of the Identity Center (SSO) Application |
application_provider_arn | string | The ARN of the application provider under which the operation will run |
status | string | Specifies whether the application is enabled or disabled |
portal_options | object | A structure that describes the options for the portal associated with an application |
tags | array | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all applications
in a region.
SELECT
region,
application_arn
FROM aws.sso.applications_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the applications_list_only
resource, see applications