TKMSRevokeGrantRequest
Class in AWS.KMS
RevokeGrant request class.
Ancestors
Properties
GrantId
property GrantId: string
KeyId
property KeyId: string
Constructors
Create
constructor Create(const AGrantId, AKeyId: string);
Constructor for TKMSRevokeGrantRequest.
Parameters
| Name | Description |
|---|---|
AGrantId | Specify a Grant ID to revoke. |
AKeyId | Specify the Amazon Resource Name (ARN) or ID of the KMS key to revoke. |