All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.gcp.healthcare.kotlin.outputs.PipelineJobMappingPipelineJobFhirStreamingSource.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.gcp.healthcare.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property description Describes the streaming FHIR data source.
 * @property fhirStore The path to the FHIR store in the format projects/{projectId}/locations/{locationId}/datasets/{datasetId}/fhirStores/{fhirStoreId}.
 */
public data class PipelineJobMappingPipelineJobFhirStreamingSource(
    public val description: String? = null,
    public val fhirStore: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.gcp.healthcare.outputs.PipelineJobMappingPipelineJobFhirStreamingSource): PipelineJobMappingPipelineJobFhirStreamingSource =
            PipelineJobMappingPipelineJobFhirStreamingSource(
                description = javaType.description().map({ args0 -> args0 }).orElse(null),
                fhirStore = javaType.fhirStore(),
            )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy