
com.pulumi.awsnative.batch.kotlin.outputs.JobDefinitionRepositoryCredentials.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.batch.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property credentialsParameter The Amazon Resource Name (ARN) of the secret containing the private repository credentials.
*/
public data class JobDefinitionRepositoryCredentials(
public val credentialsParameter: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.batch.outputs.JobDefinitionRepositoryCredentials): JobDefinitionRepositoryCredentials = JobDefinitionRepositoryCredentials(
credentialsParameter = javaType.credentialsParameter(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy