iam_delete_service_linked_role {paws.security.identity} | R Documentation |
Submits a service-linked role deletion request and returns a DeletionTaskId, which you can use to check the status of the deletion
Description
Submits a service-linked role deletion request and returns a DeletionTaskId
, which you can use to check the status of the deletion. Before you call this operation, confirm that the role has no active sessions and that any resources used by the role in the linked service are deleted. If you call this operation more than once for the same service-linked role and an earlier deletion task is not complete, then the DeletionTaskId
of the earlier request is returned.
See https://www.paws-r-sdk.com/docs/iam_delete_service_linked_role/ for full documentation.
Usage
iam_delete_service_linked_role(RoleName)
Arguments
RoleName |
[required] The name of the service-linked role to be deleted. |
[Package paws.security.identity version 0.6.1 Index]