Skip to main content

TKMSRetireGrantRequest

Class in AWS.KMS

RetireGrant request class.

Ancestors

Properties

GrantId

property GrantId: string

GrantToken

property GrantToken: string

KeyId

property KeyId: TARN

Constructors

Create

constructor Create; overload;

Constructor for TKMSRetireGrantRequest.


constructor Create(const AGrantId: string; AKeyId: TARN); overload;

Constructor for TKMSRetireGrantRequest.

Parameters

NameDescription
AGrantIdSpecify a Grant ID to retire.
AKeyIdSpecify the Amazon Resource Name (ARN) of the KMS key to retire.

constructor Create(const AGrantToken: string); overload;

Constructor for TKMSRetireGrantRequest.

Parameters

NameDescription
AGrantTokenSpecify a GrantToken for the grant to be retired. Grant tokens are returned from CreateGrant.