Skip to main content

TKMSGenerateRandomRequest

Class in AWS.KMS

GenerateRandom request class.

Ancestors

Properties

CustomKeyStoreId

property CustomKeyStoreId: string

NumberOfBytes

property NumberOfBytes: Integer

Constructors

Create

constructor Create(const ANumberOfBytes: Integer; const ACustomKeyStoreId: string = '');

Constructor for TKMSGenerateRandomRequest.

Parameters

NameDescription
ANumberOfBytesSpecify the length of the random byte string. Minimum length 1, maximum length 1024.
ACustomKeyStoreIdSpecify the ID of a custom key store to generate the random string.