![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.connect.kotlin.outputs.GetSecurityKeyResult.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.connect.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property associationId An `AssociationId` is automatically generated when a storage config is associated with an instance.
*/
public data class GetSecurityKeyResult(
public val associationId: String? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.connect.outputs.GetSecurityKeyResult): GetSecurityKeyResult = GetSecurityKeyResult(
associationId = javaType.associationId().map({ args0 -> args0 }).orElse(null),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy