aws.sso_admin.get_permissions_boundary_for_permission_set
Example SQL Queries
SELECT * FROMaws.sso_admin.get_permissions_boundary_for_permission_setWHERE"instance_arn" = 'VALUE'AND "permission_set_arn" = 'VALUE';Description
Obtains the permissions boundary for 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
| |
| permissions_boundary The permissions boundary attached to the specified permission set. | STRUCT( |
Show child fields
| |