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.