![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.pcaconnectorad.kotlin.outputs.TemplatePrivateKeyAttributesV2.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.pcaconnectorad.kotlin.outputs
import com.pulumi.awsnative.pcaconnectorad.kotlin.enums.TemplateKeySpec
import kotlin.Double
import kotlin.String
import kotlin.Suppress
import kotlin.collections.List
/**
*
* @property cryptoProviders
* @property keySpec
* @property minimalKeyLength
*/
public data class TemplatePrivateKeyAttributesV2(
public val cryptoProviders: List? = null,
public val keySpec: TemplateKeySpec,
public val minimalKeyLength: Double,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.pcaconnectorad.outputs.TemplatePrivateKeyAttributesV2): TemplatePrivateKeyAttributesV2 = TemplatePrivateKeyAttributesV2(
cryptoProviders = javaType.cryptoProviders().map({ args0 -> args0 }),
keySpec = javaType.keySpec().let({ args0 ->
com.pulumi.awsnative.pcaconnectorad.kotlin.enums.TemplateKeySpec.Companion.toKotlin(args0)
}),
minimalKeyLength = javaType.minimalKeyLength(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy