io.github.jogold.cloudstructs.DmarcPolicy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cloudstructs Show documentation
Show all versions of cloudstructs Show documentation
High-level constructs for AWS CDK
The newest version!
package io.github.jogold.cloudstructs;
/**
* The DMARC policy to apply to messages that fail DMARC compliance.
*/
@javax.annotation.Generated(value = "jsii-pacmak/1.106.0 (build e852934)", date = "2024-12-26T12:04:08.044Z")
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
@software.amazon.jsii.Jsii(module = io.github.jogold.cloudstructs.$Module.class, fqn = "cloudstructs.DmarcPolicy")
public enum DmarcPolicy {
/**
* Do not apply any special handling to messages that fail DMARC compliance.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
NONE,
/**
* Quarantine messages that fail DMARC compliance.
*
* (usually by sending them to spam)
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
QUARANTINE,
/**
* Reject messages that fail DMARC compliance.
*
* (usually by rejecting them outright)
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
REJECT,
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy