Delete Auth Policy
vpclattice_delete_auth_policy | 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.
Usage¶
vpclattice_delete_auth_policy(resourceIdentifier)
Arguments¶
resourceIdentifier |
[required] The ID or ARN of the resource. |
Value¶
An empty list.
Request syntax¶
svc$delete_auth_policy(
resourceIdentifier = "string"
)