Delete Service Linked Analyzer
| accessanalyzer_delete_service_linked_analyzer | R Documentation |
Deletes a service-linked analyzer¶
Description¶
Deletes a service-linked analyzer. This operation can be invoked by both authorized Amazon Web Services services and customers.
When invoked by a customer, IAM Access Analyzer performs a callback to
the managing service to verify whether the analyzer is still in use and
can be deleted. If the service indicates the analyzer is still in use,
the deletion is rejected with ConflictException.
Usage¶
accessanalyzer_delete_service_linked_analyzer(analyzerName, clientToken)
Arguments¶
analyzerName |
[required] The name of the service-linked analyzer to delete.
Service-linked analyzer names follow the format |
clientToken |
A client token. |
Value¶
An empty list.
Request syntax¶
svc$delete_service_linked_analyzer(
analyzerName = "string",
clientToken = "string"
)