rekognition_delete_project_policy {paws.machine.learning} | R Documentation |
This operation applies only to Amazon Rekognition Custom Labels
Description
This operation applies only to Amazon Rekognition Custom Labels.
See https://www.paws-r-sdk.com/docs/rekognition_delete_project_policy/ for full documentation.
Usage
rekognition_delete_project_policy(
ProjectArn,
PolicyName,
PolicyRevisionId = NULL
)
Arguments
ProjectArn |
[required] The Amazon Resource Name (ARN) of the project that the project policy you want to delete is attached to. |
PolicyName |
[required] The name of the policy that you want to delete. |
PolicyRevisionId |
The ID of the project policy revision that you want to delete. |
[Package paws.machine.learning version 0.7.0 Index]