UNPKG

@pepperize/cdk-ses-smtp-credentials

Version:

Generate SES smtp credentials for a given user and store the credentials in a SecretsManager Secret.

11 lines (10 loc) 273 B
export declare enum Credentials { /** * The key of the username stored in the secretsmanager key/value json. */ USERNAME = "username", /** * The key of the password stored in the secretsmanager key/value json. */ PASSWORD = "password" }