Skip to main content

TKMSScheduleKeyDeletionRequest

Class in AWS.KMS

ScheduleKeyDeletion request class.

Ancestors

Properties

KeyId

property KeyId: string

PendingWindowInDays

property PendingWindowInDays: TOptional<Integer>

Constructors

Create

constructor Create(const AKeyId: string); overload;

Constructor for TKMSScheduleKeyDeletionRequest.

Parameters

NameDescription
AKeyIdSpecify the Amazon Resource Name (ARN) or ID of the KMS key to delete.

constructor Create(const AKeyId: string; APendingWindowInDays: Integer); overload;

Constructor for TKMSScheduleKeyDeletionRequest.

Parameters

NameDescription
AKeyIdSpecify the Amazon Resource Name (ARN) or ID of the KMS key to delete.
APendingWindowInDaysSpecify the waiting period in days. Minimum 7, maximum 30.