Repository Args
data class RepositoryArgs(val description: Output<String>? = null, val format: Output<RepositoryFormat>? = null, val kmsKeyName: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val mavenConfig: Output<MavenRepositoryConfigArgs>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val repositoryId: Output<String>? = null) : ConvertibleToJava<RepositoryArgs>
Creates a repository. The returned Operation will finish once the repository has been created. Its response will be the created Repository.
Constructors
Link copied to clipboard
fun RepositoryArgs(description: Output<String>? = null, format: Output<RepositoryFormat>? = null, kmsKeyName: Output<String>? = null, labels: Output<Map<String, String>>? = null, location: Output<String>? = null, mavenConfig: Output<MavenRepositoryConfigArgs>? = null, name: Output<String>? = null, project: Output<String>? = null, repositoryId: Output<String>? = null)