Skip to main content

TKMSUpdateKeyDescriptionRequest

Class in AWS.KMS

UpdateKeyDescription request class.

Ancestors

Properties

Description

property Description: string

KeyId

property KeyId: string

Constructors

Create

constructor Create(const AKeyId, ADescription: string);

Constructor for TKMSUpdateKeyDescriptionRequest.

Parameters

NameDescription
AKeyIdSpecify the Amazon Resource Name (ARN) or ID of a KMS key to update.
ADescriptionSpecify a new description for the KMS key.