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
| Name | Description |
|---|---|
AKeyId | Specify 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
| Name | Description |
|---|---|
AKeyId | Specify the Amazon Resource Name (ARN) or ID of the KMS key to delete. |
APendingWindowInDays | Specify the waiting period in days. Minimum 7, maximum 30. |