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

com.pulumi.awsnative.cloudtrail.kotlin.outputs.TrailInsightSelector.kt Maven / Gradle / Ivy

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

package com.pulumi.awsnative.cloudtrail.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 * A string that contains insight types that are logged on a trail.
 * @property insightType The type of insight to log on a trail.
 */
public data class TrailInsightSelector(
    public val insightType: String? = null,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.awsnative.cloudtrail.outputs.TrailInsightSelector): TrailInsightSelector = TrailInsightSelector(
            insightType = javaType.insightType().map({ args0 -> args0 }).orElse(null),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy