Guest User

Untitled

a guest
Jun 26th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. CreateAuroraDBSecret:
  2. Type: Custom::AuroraDBAdminSecret
  3. Properties:
  4. ServiceToken: !GetAtt SecretsManagerLambdaFunction.Arn
  5. SecretAction: upsert
  6. SecretName: myAuroraDBSecret
  7. SecretUserName: !Ref dbUserName
  8. SecretPassword: !Ref dbPassword
  9. SecretDescription: This is the Admin password for my Aurora DB
  10. Region: us-east-1
Add Comment
Please, Sign In to add comment