Last active
July 8, 2019 22:47
-
-
Save calvincodes/3b6c13546a785a2e69e0af7a1566e85d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| val updateSecretRequest = | |
| new UpdateSecretRequest(). | |
| withSecretId(secretId). | |
| withKmsKeyId(newKmsKeyId). | |
| withSecretString(newSecretString) | |
| awsSecretsManager.updateSecret(updateSecretRequest) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment