
com.pulumi.awsnative.appflow.kotlin.outputs.ConnectorProfileBasicAuthCredentials.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.appflow.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property password The password to use to connect to a resource.
* @property username The username to use to connect to a resource.
*/
public data class ConnectorProfileBasicAuthCredentials(
public val password: String,
public val username: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.appflow.outputs.ConnectorProfileBasicAuthCredentials): ConnectorProfileBasicAuthCredentials = ConnectorProfileBasicAuthCredentials(
password = javaType.password(),
username = javaType.username(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy