TKMSDescribeKeyRequest
Class in AWS.KMS
DescribeKey request class.
Ancestors
Properties
GrantTokens
property GrantTokens: TList<string>
KeyId
property KeyId: string
Constructors
Create
constructor Create(const AKeyId: string); overload;
Constructor for TKMSDescribeKeyRequest.
Parameters
| Name | Description |
|---|---|
AKeyId | Specify the Amazon Resource Name (ARN), ID, alias name, or alias ARN of the KMS key to describe. |
constructor Create(const AKeyId: string; const AGrantTokens: array of string); overload;
Constructor for TKMSDescribeKeyRequest.
Parameters
| Name | Description |
|---|---|
AKeyId | Specify the Amazon Resource Name (ARN), ID, alias name, or alias ARN of the KMS key to describe. |
AGrantTokens | Specify a list of grant tokens. |