com.pepperize.cdk.ses_smtp_credentials.Credentials Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cdk-ses-smtp-credentials Show documentation
Show all versions of cdk-ses-smtp-credentials Show documentation
Generate SES smtp credentials for a given user and store the credentials in a SecretsManager Secret.
package com.pepperize.cdk.ses_smtp_credentials;
/**
*/
@javax.annotation.Generated(value = "jsii-pacmak/1.99.0 (build 8f757e4)", date = "2024-06-10T22:31:25.699Z")
@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,
}