Skip to main content

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

NameDescription
AProjectArnSpecify the Amazon Resource Name (ARN) of an Amazon Rekognition project that the policy is attached to.
APolicyNameSpecify the name of the project policy that you want to delete.
APolicyRevisionIdOptionally, specify the ID of the project policy revision that you want to delete.