Skip to main content

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

NameDescription
AAliasNameSpecify the alias that is changing its KMS key. The value must begin with.
ATargetKeyIdSpecify the Amazon Resource Name (ARN) of a KMS key with which to associate the alias.