TRekognitionDeleteProjectPolicyRequest
Class in AWS.Rekognition
DeleteProjectPolicy request class.
Ancestors
Properties
PolicyName
property PolicyName: string
PolicyRevisionId
property PolicyRevisionId: string
ProjectArn
property ProjectArn: TARN
Constructors
Create
constructor Create(const AProjectArn: TARN; const APolicyName: string; const APolicyRevisionId: string = '');
Constructor for TRekognitionDeleteProjectPolicyRequest.
Parameters
| Name | Description |
|---|---|
AProjectArn | Specify the Amazon Resource Name (ARN) of an Amazon Rekognition project that the policy is attached to. |
APolicyName | Specify the name of the project policy that you want to delete. |
APolicyRevisionId | Optionally, specify the ID of the project policy revision that you want to delete. |