# NOT RUN {
# create key
k <- create_kms_key(description = "example")
# enable rotation
enable_kms_rotation(k)
# disable rotation
disable_kms_rotation(k)
# confirm rotation is disabled
get_kms_rotation(k)
# delete in 7 days
delete_kms_key(k)
# }
Run the code above in your browser using DataLab