Skip to main content

permission_sets_list_only

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

Overview

Namepermission_sets_list_only
TypeResource
DescriptionResource Type definition for SSO PermissionSet
Idaws.sso.permission_sets_list_only

Fields

NameDatatypeDescription
namestringThe name you want to assign to this permission set.
permission_set_arnstringThe permission set that the policy will be attached to
descriptionstringThe permission set description.
instance_arnstringThe sso instance arn that the permission set is owned.
session_durationstringThe length of time that a user can be signed in to an AWS account.
relay_state_typestringThe relay state URL that redirect links to any service in the AWS Management Console.
managed_policiesarray
inline_policyobjectThe inline policy to put in permission set.
tagsarray
customer_managed_policy_referencesarray
permissions_boundaryobject
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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