aws.sso_admin.describe_permission_set_provisioning_status
Example SQL Queries
SELECT * FROMaws.sso_admin.describe_permission_set_provisioning_statusWHERE"instance_arn" = 'VALUE'AND "provision_permission_set_request_id" = 'VALUE';Description
Describes the status for the given permission set provisioning request.
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 |
| provision_permission_set_request_id Required Input Column The identifier that is provided by the ProvisionPermissionSet call to retrieve the current status of the provisioning workflow. | 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
| |
| permission_set_provisioning_status The status object for the permission set provisioning operation. | STRUCT( |
Show child fields
| |