aws.sso_admin.list_permission_set_provisioning_status
Example SQL Queries
SELECT * FROMaws.sso_admin.list_permission_set_provisioning_statusWHERE"instance_arn" = 'VALUE';Description
Lists the status of the permission set provisioning requests for a specified IAM Identity Center instance.
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 |
| filter Input Column Filters results based on the passed attribute value. | STRUCT( |
Show child fields
| |
| _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
| |
| created_date The date that the permission set was created. | TIMESTAMP_S |
| request_id The identifier for tracking the request operation that is generated by the universally unique identifier (UUID) workflow. | VARCHAR |
| status The status of the permission set provisioning process. | VARCHAR |