aws.sso_admin.get_inline_policy_for_permission_set
Example SQL Queries
SELECT * FROMaws.sso_admin.get_inline_policy_for_permission_setWHERE"instance_arn" = 'VALUE'AND "permission_set_arn" = 'VALUE';Description
Obtains the inline policy assigned to the permission set.
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. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference. | VARCHAR |
| permission_set_arn Required Input Column The ARN of the permission set. | 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
| |
| inline_policy The inline policy that is attached to the permission set. For Length Constraints, if a valid ARN is provided for a permission set, it is possible for an empty inline policy to be returned. | VARCHAR |