Mirror Config Args
data class MirrorConfigArgs(val deployKeyId: Output<String>? = null, val url: Output<String>? = null, val webhookId: Output<String>? = null) : ConvertibleToJava<MirrorConfigArgs>
Configuration to automatically mirror a repository from another hosting service, for example GitHub or Bitbucket.
Constructors
Link copied to clipboard
fun MirrorConfigArgs(deployKeyId: Output<String>? = null, url: Output<String>? = null, webhookId: Output<String>? = null)