Repository Remote Repository Config Python Repository Args
data class RepositoryRemoteRepositoryConfigPythonRepositoryArgs(val customRepository: Output<RepositoryRemoteRepositoryConfigPythonRepositoryCustomRepositoryArgs>? = null, val publicRepository: Output<String>? = null) : ConvertibleToJava<RepositoryRemoteRepositoryConfigPythonRepositoryArgs>
Constructors
Link copied to clipboard
constructor(customRepository: Output<RepositoryRemoteRepositoryConfigPythonRepositoryCustomRepositoryArgs>? = null, publicRepository: Output<String>? = null)
Properties
Link copied to clipboard
val customRepository: Output<RepositoryRemoteRepositoryConfigPythonRepositoryCustomRepositoryArgs>? = null
Settings for a remote repository with a custom uri. Structure is documented below.
Link copied to clipboard
Address of the remote repository. Default value is PYPI
. Possible values are: PYPI
.