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

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

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

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

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property eventDestination The event destination object.
 * @property id
 */
public data class GetConfigurationSetEventDestinationResult(
    public val eventDestination: ConfigurationSetEventDestinationEventDestination? = null,
    public val id: String? = null,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.awsnative.ses.outputs.GetConfigurationSetEventDestinationResult): GetConfigurationSetEventDestinationResult = GetConfigurationSetEventDestinationResult(
            eventDestination = javaType.eventDestination().map({ args0 ->
                args0.let({ args0 ->
                    com.pulumi.awsnative.ses.kotlin.outputs.ConfigurationSetEventDestinationEventDestination.Companion.toKotlin(args0)
                })
            }).orElse(null),
            id = javaType.id().map({ args0 -> args0 }).orElse(null),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy