AWS.SQS.TSQSCreateQueueRequest.KmsDataKeyReusePeriodSeconds

The period of time in seconds for which a queue can reuse a data key to encrypt or decrypt messages before calling AWS KMS again.

property KmsDataKeyReusePeriodSeconds: TOptional<Integer>;
__property TOptional<Integer> KmsDataKeyReusePeriodSeconds;

File: AWS.SQS.pas 

Namespace: AWS.SQS 

Module: Appercept AWS SDK for Delphi 

When left unset defaults to 300 seconds (5 minutes). Valid values are between 60 seconds (1 minute) and 86400 (24 hours). A shorter period offers better security but results in more calls to AWS KMS which may incur higher charges.

Copyright © 2019-2021 Appercept Ltd. All rights reserved.