permission_sets_list_only
Lists permission_sets
in a region or regions, for all properties use permission_sets
Overview
Name | permission_sets_list_only |
Type | Resource |
Description | Resource Type definition for SSO PermissionSet |
Id | aws.sso.permission_sets_list_only |
Fields
Name | Datatype | Description |
---|---|---|
permission_set_arn | string | The permission set that the policy will be attached to |
instance_arn | string | The sso instance arn that the permission set is owned. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all permission_sets
in a region.
SELECT
region,
instance_arn,
permission_set_arn
FROM aws.sso.permission_sets_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the permission_sets_list_only
resource, see permission_sets