cdk-ses-smtp-secret
TypeScript icon, indicating that this package has built-in type declarations

0.0.6 • Public • Published

※ This package was merged to cdk-ses-helpers.

cdk-ses-smtp-secret

CDK construct for Amazon SES SMTP credentials with Amazon Secrets Manager

Secret

import { SmtpSecret } from 'cdk-ses-smtp-secret';

const smtpSecret = new SmtpSecret(this, 'SmtpSecret');

This secret has the following values. Please use username and password to send emails over SMTP.

{
    "access_key": "XXXXXXXXXXXXXXXXXXXXXX",
    "secret_access_key": "XXXXXXXXXXXXXXXXXXXXXX",
    "username": "XXXXXXXXXXXXXXXXXXXXXX",
    "password": "XXXXXXXXXXXXXXXXXXXXXX",
    "endpoint": "email-smtp.${region}.amazonaws.com"
}

Readme

Keywords

Package Sidebar

Install

npm i cdk-ses-smtp-secret

Weekly Downloads

36

Version

0.0.6

License

Apache-2.0

Unpacked Size

8.5 MB

Total Files

1748

Last publish

Collaborators

  • mats16