TRekognitionPutProjectPolicyRequest
Class in AWS.Rekognition
PutProjectPolicy request class.
Ancestors
Properties
PolicyDocument
property PolicyDocument: string
PolicyName
property PolicyName: string
PolicyRevisionId
property PolicyRevisionId: string
ProjectArn
property ProjectArn: TARN
Constructors
Create
constructor Create(const APolicyDocument, APolicyName: string; const AProjectArn: TARN);
Constructor for TRekognitionPutProjectPolicyRequest.
Parameters
| Name | Description |
|---|---|
APolicyDocument | Specify a resource policy to add to the model. The policy is a JSON stucture containing one or more statements defaining an IAM policy. |
APolicyName | Specify the name of the policy. |
AProjectArn | Specify the Amazon Resource Name (ARN) of the project to attach the project policy to. |