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
| Name | Description |
|---|---|
AGrantId | Specify a Grant ID to retire. |
AKeyId | Specify the Amazon Resource Name (ARN) of the KMS key to retire. |
constructor Create(const AGrantToken: string); overload;
Constructor for TKMSRetireGrantRequest.
Parameters
| Name | Description |
|---|---|
AGrantToken | Specify a GrantToken for the grant to be retired. Grant tokens are returned from CreateGrant. |