![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.securitylake.kotlin.outputs.SubscriberAwsLogSource.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.securitylake.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* Amazon Security Lake supports log and event collection for natively supported AWS services.
* @property sourceName The name for a AWS source. This must be a Regionally unique value.
* @property sourceVersion The version for a AWS source. This must be a Regionally unique value.
*/
public data class SubscriberAwsLogSource(
public val sourceName: String? = null,
public val sourceVersion: String? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.securitylake.outputs.SubscriberAwsLogSource): SubscriberAwsLogSource = SubscriberAwsLogSource(
sourceName = javaType.sourceName().map({ args0 -> args0 }).orElse(null),
sourceVersion = javaType.sourceVersion().map({ args0 -> args0 }).orElse(null),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy