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
| Name | Description |
|---|---|
ANumberOfBytes | Specify the length of the random byte string. Minimum length 1, maximum length 1024. |
ACustomKeyStoreId | Specify the ID of a custom key store to generate the random string. |