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

com.pulumi.gcp.transcoder.kotlin.outputs.JobConfigOverlayImage.kt Maven / Gradle / Ivy

Go to download

Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.

There is a newer version: 8.20.1.0
Show newest version
@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.gcp.transcoder.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property uri URI of the image in Cloud Storage. For example, gs://bucket/inputs/image.png.
 */
public data class JobConfigOverlayImage(
    public val uri: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.gcp.transcoder.outputs.JobConfigOverlayImage): JobConfigOverlayImage = JobConfigOverlayImage(
            uri = javaType.uri(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy