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

io.github.jogold.cloudstructs.DmarcPolicy Maven / Gradle / Ivy

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