Skip to main content

TIAMDeletePolicyVersionRequest

Class in AWS.IAM

DeletePolicyVersion request class.

Ancestors

Properties

PolicyArn

property PolicyArn: TARN

VersionId

property VersionId: string

Constructors

Create

constructor Create(const APolicyArn: TARN; const AVersionId: string);

Constructor for TIAMDeletePolicyVersionRequest.

Parameters

NameDescription
APolicyArnSpecify the Amazon Resource Name (ARN) of the policy to delete the version from.
AVersionIdSpecify the policy version to delete.