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

com.pulumi.random.kotlin.ProviderArgs.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: 4.16.6.0
Show newest version
@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.random.kotlin

import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import com.pulumi.random.ProviderArgs.builder
import kotlin.Suppress

/**
 * The provider type for the random package. By default, resources use package-wide configuration
 * settings, however an explicit `Provider` instance may be created and passed during resource
 * construction to achieve fine-grained programmatic control over provider settings. See the
 * [documentation](https://www.pulumi.com/docs/reference/programming-model/#providers) for more information.
 */
public class ProviderArgs() : ConvertibleToJava {
    override fun toJava(): com.pulumi.random.ProviderArgs =
        com.pulumi.random.ProviderArgs.builder().build()
}

/**
 * Builder for [ProviderArgs].
 */
@PulumiTagMarker
public class ProviderArgsBuilder internal constructor() {
    internal fun build(): ProviderArgs = ProviderArgs()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy