vpclattice_delete_auth_policy {paws.networking} | R Documentation |
Deletes the specified auth policy
Description
Deletes the specified auth policy. If an auth is set to AWS_IAM
and the auth policy is deleted, all requests are denied. If you are trying to remove the auth policy completely, you must set the auth type to NONE
. If auth is enabled on the resource, but no auth policy is set, all requests are denied.
See https://www.paws-r-sdk.com/docs/vpclattice_delete_auth_policy/ for full documentation.
Usage
vpclattice_delete_auth_policy(resourceIdentifier)
Arguments
resourceIdentifier |
[required] The ID or ARN of the resource. |
[Package paws.networking version 0.9.0 Index]