IKMSDescribeKeyRequest
Interface in AWS.KMS
Interface for DescribeKey requests.
Ancestors
Properties
GrantTokens
property GrantTokens: TList<string>
Specify a list of grant tokens.
KeyId
property KeyId: string
Specify the Amazon Resource Name (ARN), ID, alias name, or alias ARN of the KMS key to describe.
Methods
AddGrantToken
function AddGrantToken(const AGrantToken: string): Integer;
Add a token to GrantTokens.
Parameters
| Name | Description |
|---|---|
AGrantToken | Specify a token to add to GrantTokens. |
Returns
Returns the index of the added token.