aws.iam.get_service_linked_role_deletion_status
Example SQL Queries
SELECT * FROMaws.iam.get_service_linked_role_deletion_statusWHERE"deletion_task_id" = 'VALUE';Description
Retrieves the status of your service-linked role deletion. After you use DeleteServiceLinkedRole to submit a service-linked role for deletion, you can use the DeletionTaskId parameter in GetServiceLinkedRoleDeletionStatus to check the status of the deletion. If the deletion fails, this operation returns the reason that it failed, if that information is returned by the service.
Table Definition
| Column Name | Column Data Type |
|---|---|
| deletion_task_id Required Input Column The deletion task identifier. This identifier is returned by the DeleteServiceLinkedRole operation in the format task/aws-service-role/<service-principal-name>/<role-name>/<task-uuid>. | 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
| |
| reason An object that contains details about the reason the deletion failed. | STRUCT( |
Show child fields
| |
| status The status of the deletion. | VARCHAR |