Er Env Conf Production Args
data class ErEnvConfProductionArgs(val allowedHosts: Output<List<String>>? = null, val codeRev: Output<String>? = null, val specName: Output<String>? = null) : ConvertibleToJava<ErEnvConfProductionArgs>