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

com.pulumi.awsnative.ses.kotlin.outputs.ConfigurationSetSuppressionOptions.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.awsnative.ses.kotlin.outputs

import kotlin.String
import kotlin.Suppress
import kotlin.collections.List

/**
 * An object that contains information about the suppression list preferences for your account.
 * @property suppressedReasons A list that contains the reasons that email addresses are automatically added to the suppression list for your account.
 */
public data class ConfigurationSetSuppressionOptions(
    public val suppressedReasons: List? = null,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.awsnative.ses.outputs.ConfigurationSetSuppressionOptions): ConfigurationSetSuppressionOptions = ConfigurationSetSuppressionOptions(
            suppressedReasons = javaType.suppressedReasons().map({ args0 -> args0 }),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy