All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pepperize.cdk.ses_smtp_credentials.Credentials Maven / Gradle / Ivy

Go to download

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

There is a newer version: 0.3.787
Show newest version
package com.pepperize.cdk.ses_smtp_credentials;

/**
 */
@javax.annotation.Generated(value = "jsii-pacmak/1.98.0 (build 00b106d)", date = "2024-06-03T22:44:36.945Z")
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
@software.amazon.jsii.Jsii(module = com.pepperize.cdk.ses_smtp_credentials.$Module.class, fqn = "@pepperize/cdk-ses-smtp-credentials.Credentials")
public enum Credentials {
    /**
     * The key of the username stored in the secretsmanager key/value json.
     */
    @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
    USERNAME,
    /**
     * The key of the password stored in the secretsmanager key/value json.
     */
    @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
    PASSWORD,
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy