Provider Args
data class ProviderArgs(val caMaterial: Output<String>? = null, val certMaterial: Output<String>? = null, val certPath: Output<String>? = null, val host: Output<String>? = null, val keyMaterial: Output<String>? = null, val registryAuth: Output<List<ProviderRegistryAuthArgs>>? = null, val sshOpts: Output<List<String>>? = null) : ConvertibleToJava<ProviderArgs>
The provider type for the docker 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.