com.pulumi.gcp.healthcare.kotlin.outputs.PipelineJobBackfillPipelineJob.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-gcp-kotlin Show documentation
Show all versions of pulumi-gcp-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.gcp.healthcare.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property mappingPipelineJob Specifies the mapping pipeline job to backfill, the name format
* should follow: projects/{projectId}/locations/{locationId}/datasets/{datasetId}/pipelineJobs/{pipelineJobId}.
*/
public data class PipelineJobBackfillPipelineJob(
public val mappingPipelineJob: String? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.gcp.healthcare.outputs.PipelineJobBackfillPipelineJob): PipelineJobBackfillPipelineJob = PipelineJobBackfillPipelineJob(
mappingPipelineJob = javaType.mappingPipelineJob().map({ args0 -> args0 }).orElse(null),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy