Skip to main content

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

NameDescription
AKeyIdSpecify 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

NameDescription
AKeyIdSpecify the Amazon Resource Name (ARN), ID, alias name, or alias ARN of the KMS key to describe.
AGrantTokensSpecify a list of grant tokens.