![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.events.kotlin.outputs.ConnectionApiKeyAuthParameters.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.events.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property apiKeyName The name of the API key to use for authorization.
* @property apiKeyValue The value for the API key to use for authorization.
*/
public data class ConnectionApiKeyAuthParameters(
public val apiKeyName: String,
public val apiKeyValue: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.events.outputs.ConnectionApiKeyAuthParameters): ConnectionApiKeyAuthParameters = ConnectionApiKeyAuthParameters(
apiKeyName = javaType.apiKeyName(),
apiKeyValue = javaType.apiKeyValue(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy