aws.sso_admin.list_customer_managed_policy_references_in_permission_set
Example SQL Queries
SELECT * FROMaws.sso_admin.list_customer_managed_policy_references_in_permission_setWHERE"instance_arn" = 'VALUE'AND "permission_set_arn" = 'VALUE';Description
Lists all customer managed policies attached to a specified PermissionSet.
Table Definition
| Column Name | Column Data Type |
|---|---|
| instance_arn Required Input Column The ARN of the IAM Identity Center instance under which the operation will be executed. | VARCHAR |
| permission_set_arn Required Input Column The ARN of the PermissionSet. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| name The name of the IAM policy that you have configured in each account where you want to deploy your permission set. | VARCHAR |
| path The path to the IAM policy that you have configured in each account where you want to deploy your permission set. The default is /. For more information, see Friendly names and paths in the IAM User Guide. | VARCHAR |