TKMSUpdateAliasRequest
Class in AWS.KMS
UpdateAlias request class.
Ancestors
Properties
AliasName
property AliasName: string
TargetKeyId
property TargetKeyId: string
Constructors
Create
constructor Create(const AAliasName, ATargetKeyId: string);
Constructor for TKMSUpdateAliasRequest.
Parameters
| Name | Description |
|---|---|
AAliasName | Specify the alias that is changing its KMS key. The value must begin with. |
ATargetKeyId | Specify the Amazon Resource Name (ARN) of a KMS key with which to associate the alias. |