View source: R/rekognition_operations.R
rekognition_put_project_policy | R Documentation |
This operation applies only to Amazon Rekognition Custom Labels.
See https://www.paws-r-sdk.com/docs/rekognition_put_project_policy/ for full documentation.
rekognition_put_project_policy(
ProjectArn,
PolicyName,
PolicyRevisionId = NULL,
PolicyDocument
)
ProjectArn |
[required] The Amazon Resource Name (ARN) of the project that the project policy is attached to. |
PolicyName |
[required] A name for the policy. |
PolicyRevisionId |
The revision ID for the Project Policy. Each time you modify a policy,
Amazon Rekognition Custom Labels generates and assigns a new
|
PolicyDocument |
[required] A resource policy to add to the model. The policy is a JSON structure that contains one or more statements that define the policy. The policy must follow the IAM syntax. For more information about the contents of a JSON policy document, see IAM JSON policy reference. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.