validTo property
The time at which the imported key material expires. When the key material
expires, AWS KMS deletes the key material and the CMK becomes unusable. This
value is present only for CMKs whose Origin
is
EXTERNAL
and whose ExpirationModel
is
KEY_MATERIAL_EXPIRES
, otherwise this value is omitted.
Implementation
final DateTime? validTo;