Provider Args
data class ProviderArgs(val apiEndpoint: Output<String>? = null, val httpRetryMax: Output<Int>? = null, val httpRetryWaitMax: Output<Double>? = null, val httpRetryWaitMin: Output<Double>? = null, val requestsPerSecond: Output<Double>? = null, val spacesAccessId: Output<String>? = null, val spacesEndpoint: Output<String>? = null, val spacesSecretKey: Output<String>? = null, val token: Output<String>? = null) : ConvertibleToJava<ProviderArgs>
The provider type for the digitalocean 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 for more information.
Constructors
Link copied to clipboard
fun ProviderArgs(apiEndpoint: Output<String>? = null, httpRetryMax: Output<Int>? = null, httpRetryWaitMax: Output<Double>? = null, httpRetryWaitMin: Output<Double>? = null, requestsPerSecond: Output<Double>? = null, spacesAccessId: Output<String>? = null, spacesEndpoint: Output<String>? = null, spacesSecretKey: Output<String>? = null, token: Output<String>? = null)