custom Repository
suspend fun customRepository(value: Output<RepositoryRemoteRepositoryConfigNpmRepositoryCustomRepositoryArgs>)
suspend fun customRepository(value: RepositoryRemoteRepositoryConfigNpmRepositoryCustomRepositoryArgs?)
Parameters
value
Settings for a remote repository with a custom uri. Structure is documented below.
suspend fun customRepository(argument: suspend RepositoryRemoteRepositoryConfigNpmRepositoryCustomRepositoryArgsBuilder.() -> Unit)
Parameters
argument
Settings for a remote repository with a custom uri. Structure is documented below.