Skip to main content

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

NameDescription
APolicyDocumentSpecify a resource policy to add to the model. The policy is a JSON stucture containing one or more statements defaining an IAM policy.
APolicyNameSpecify the name of the policy.
AProjectArnSpecify the Amazon Resource Name (ARN) of the project to attach the project policy to.