Skip to main content

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

NameDescription
AAliasNameSpecify the alias name. Must begin with.
ATartgetKeyIdSpecify the Amazon Resource Name (ARN) or ID of the KMS key.