aws-cdk-lib
Version:
Version 2 of the AWS Cloud Development Kit library
2 lines (1 loc) • 783 B
JavaScript
Object.defineProperty(exports,"__esModule",{value:!0}),exports.VERIFY_HMAC_ACTIONS=exports.GENERATE_HMAC_ACTIONS=exports.VERIFY_ACTIONS=exports.SIGN_ACTIONS=exports.DECRYPT_ACTIONS=exports.ENCRYPT_ACTIONS=exports.ADMIN_ACTIONS=void 0,exports.ADMIN_ACTIONS=["kms:Create*","kms:Describe*","kms:Enable*","kms:List*","kms:Put*","kms:Update*","kms:Revoke*","kms:Disable*","kms:Get*","kms:Delete*","kms:TagResource","kms:UntagResource","kms:ScheduleKeyDeletion","kms:CancelKeyDeletion"],exports.ENCRYPT_ACTIONS=["kms:Encrypt","kms:ReEncrypt*","kms:GenerateDataKey*"],exports.DECRYPT_ACTIONS=["kms:Decrypt"],exports.SIGN_ACTIONS=["kms:Sign"],exports.VERIFY_ACTIONS=["kms:Verify"],exports.GENERATE_HMAC_ACTIONS=["kms:GenerateMac"],exports.VERIFY_HMAC_ACTIONS=["kms:VerifyMac"];
;