TKMSCreateAliasRequest
Class in AWS.KMS
CreateAlias request class.
Ancestors
Properties
AliasName
property AliasName: string
TargetKeyId
property TargetKeyId: string
Constructors
Create
constructor Create(const AAliasName, ATargetKeyId: string);
Constructor for TKMSCreateAliasRequest.
Parameters
| Name | Description |
|---|---|
AAliasName | Specify the alias name. Must begin with. |
ATartgetKeyId | Specify the Amazon Resource Name (ARN) or ID of the KMS key. |